romainq 1d69c5f27c OQL: fixed an old limitation, hierarchies can now be expressed both ways. Example of a query that now works fine: SELECT Organization AS root JOIN Organization AS child ON child.parent_id BELOW root.id WHERE child.name LIKE 'Combodo'. In the previous implementation, the operator was interpreted as '='. %!s(int64=9) %!d(string=hai) anos
..
benchmark.php 5ed735e8d0 #942 OQL now supporting unions. Unions support polymorphism and can be used anywhere in the application. %!s(int64=10) %!d(string=hai) anos
config-test-farm.php 37605bbf61 Test tools reintroduced as a separate folder, most of the files being excluded from the std build %!s(int64=14) %!d(string=hai) anos
replay_query_log.php 5ed735e8d0 #942 OQL now supporting unions. Unions support polymorphism and can be used anywhere in the application. %!s(int64=10) %!d(string=hai) anos
test.class.inc.php f4cd8ae02d Fixed regressions due to the recent code refactoring [3803] %!s(int64=9) %!d(string=hai) anos
test.php 5ed735e8d0 #942 OQL now supporting unions. Unions support polymorphism and can be used anywhere in the application. %!s(int64=10) %!d(string=hai) anos
testlist.inc.php 1d69c5f27c OQL: fixed an old limitation, hierarchies can now be expressed both ways. Example of a query that now works fine: SELECT Organization AS root JOIN Organization AS child ON child.parent_id BELOW root.id WHERE child.name LIKE 'Combodo'. In the previous implementation, the operator was interpreted as '='. %!s(int64=9) %!d(string=hai) anos