dflaven
|
803bf4b9d2
#383: support negative numbers in OQL
|
vor 12 Jahren |
romainq
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
vor 12 Jahren |
dflaven
|
ab955c87c5
Fixed Trac #558: properly parse strings containing hexadecimal sequences (i.e. 'QWERTY0xCUIOP').
|
vor 13 Jahren |
dflaven
|
280e159e3f
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.
|
vor 14 Jahren |
dflaven
|
ffe5913cba
Fixed the parsing of OQL error messages
|
vor 14 Jahren |
dflaven
|
b90aa3b9c4
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.
|
vor 14 Jahren |
romainq
|
6421f721cc
Email sent in asynchronous mode (established the base for an application internal CRON, task queue, etc.) with adjustable configuration (disable by default). Also improved the OQL: IS_NULL() and REGEXP have been added.
|
vor 14 Jahren |
romainq
|
5d55b83597
#340 Fixed OQL parsing issue - parameters in IN()/NOT IN() clauses
|
vor 14 Jahren |
romainq
|
2fe95b824f
Added INET_ATON and INET_NTOA verbs to the OQL, and allowed carrier returns chars (\r) in the OQL (same as a whitespace)
|
vor 15 Jahren |
romainq
|
6e4255e0a1
Improved the run query page: added meaningfull examples, including "ticket of the user currently logged in", and did some cosmetics on the page (examples shown in a drawer) ; needed to add some options to the OQL (date intervals)
|
vor 15 Jahren |
romainq
|
972bb29ffe
User management by profile moving forward: pages to check the projection of objects/users in user defined dimensions
|
vor 16 Jahren |
dflaven
|
4801d921f6
Moved under "trunk" to be able to track releases under "tags"
|
vor 16 Jahren |