This website requires JavaScript.
Explore
Help
Sign In
composer
/
iTop
Watch
6
Star
0
Fork
0
You've already forked iTop
mirror of
https://github.com/Combodo/iTop.git
synced
2026-02-13 07:24:13 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
396c4564b4327156b3b84fe3bf09e98fe4383491
iTop
/
test
History
Romain Quetiez
3c9072bb65
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 '='.
...
SVN:trunk[4233]
2016-06-21 14:38:08 +00:00
..
benchmark.php
#942
OQL now supporting unions. Unions support polymorphism and can be used anywhere in the application.
2015-07-08 17:10:40 +00:00
config-test-farm.php
Test tools reintroduced as a separate folder, most of the files being excluded from the std build
2010-09-13 11:58:09 +00:00
replay_query_log.php
#942
OQL now supporting unions. Unions support polymorphism and can be used anywhere in the application.
2015-07-08 17:10:40 +00:00
test.class.inc.php
Fixed regressions due to the recent code refactoring [3803]
2015-10-12 15:35:05 +00:00
test.php
#942
OQL now supporting unions. Unions support polymorphism and can be used anywhere in the application.
2015-07-08 17:10:40 +00:00
testlist.inc.php
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 '='.
2016-06-21 14:38:08 +00:00