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-20 00:58:48 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d73e1f5fd37d385e5bea78cb99a60186259cb2ab
iTop
/
core
/
oql
History
Denis Flaven
e3dd7d4371
Better track unknown classes exceptions
...
SVN:trunk[2076]
2012-05-30 14:59:33 +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
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-lexer.plex
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.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
Fixed regression in the tool to test queries: losing the query when there is a syntax error
2012-01-19 10:19:09 +00:00
oqlinterpreter.class.inc.php
Better track unknown classes exceptions
2012-05-30 14:59:33 +00:00
oqlquery.class.inc.php
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