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-04-05 09:08:45 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
28fa99d976fd41d1c5365b0e41fba3a10ffd7145
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
…
config-test-farm.php
…
replay_query_log.php
…
test.class.inc.php
…
test.php
…
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