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-26 21:54:13 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d433a452004059cdcf750463bce89d924cd9bcaa
iTop
/
core
/
oql
History
Romain Quetiez
721faa7e1e
Updated copyright (2012) and license (LGPL changed to AGPL)
...
SVN:trunk[2333]
2012-10-23 21:41:36 +00:00
..
build.bash
Implementation of a new type of ExternalKey attribute: HierarchicalKey. This attribute implements the "nested set" model and is used to define a hierarchy of an arbitrary depth of objects of the same class. With this new feature it is possible to retrieve in one OQL query (and in one sql query as well) all the children of a given organization.
2011-07-22 12:07:09 +00:00
build.cmd
Moved under "trunk" to be able to track releases under "tags"
2009-04-28 09:03:12 +00:00
exclude.txt
Exclude build.bash from the build
2011-07-28 11:26:58 +00:00
oql-lexer.php
Updated copyright (2012) and license (LGPL changed to AGPL)
2012-10-23 21:41:36 +00:00
oql-lexer.plex
Updated copyright (2012) and license (LGPL changed to AGPL)
2012-10-23 21:41:36 +00:00
oql-parser.php
Implemented the OQL operator ABOVE (and its variants ABOVE STRICT, NOT ABOVE and NOT ABOVE STRICT) that returns the (indirect) parents of a given node in a hierarchy. It's the opposite to 'BELOW' that returns the (indirect) children.
2011-08-16 08:14:11 +00:00
oql-parser.y
Implemented the OQL operator ABOVE (and its variants ABOVE STRICT, NOT ABOVE and NOT ABOVE STRICT) that returns the (indirect) parents of a given node in a hierarchy. It's the opposite to 'BELOW' that returns the (indirect) children.
2011-08-16 08:14:11 +00:00
oqlexception.class.inc.php
Updated copyright (2012) and license (LGPL changed to AGPL)
2012-10-23 21:41:36 +00:00
oqlinterpreter.class.inc.php
Updated copyright (2012) and license (LGPL changed to AGPL)
2012-10-23 21:41:36 +00:00
oqlquery.class.inc.php
Updated copyright (2012) and license (LGPL changed to AGPL)
2012-10-23 21:41:36 +00:00