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-03-01 15:14:11 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
135abdb9e0bad66822f048ee6113bbc43baec00c
iTop
/
core
/
oql
History
Romain Quetiez
dac73c1669
Dashboards - Finalized the implementation (inc. translation in french) - still some known issues
...
SVN:trunk[2195]
2012-09-20 15:56:15 +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
Fixed Trac
#558
: properly parse strings containing hexadecimal sequences (i.e. 'QWERTY0xCUIOP').
2012-06-14 09:18:24 +00:00
oql-lexer.plex
Fixed Trac
#558
: properly parse strings containing hexadecimal sequences (i.e. 'QWERTY0xCUIOP').
2012-06-14 09:18:24 +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
Dashboards - Finalized the implementation (inc. translation in french) - still some known issues
2012-09-20 15:56:15 +00:00
oqlinterpreter.class.inc.php
Dashboards - Finalized the implementation (inc. translation in french) - still some known issues
2012-09-20 15:56:15 +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