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
ffb3750806bec7bb517c951ca4b21df91fd024cd
iTop
/
core
/
oql
History
Denis Flaven
2ad9d69396
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.
...
SVN:trunk[1454]
2011-08-16 08:14:11 +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
#305
Specified the charset in any call to htmlentities()
2011-03-07 16:43:20 +00:00
oqlinterpreter.class.inc.php
#19
- Reviewed the licensing information and started to align the comments in the code
2010-05-24 09:24:35 +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