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.
|
14 роки тому |
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.
|
14 роки тому |
romainq
|
46e8156942
#366 Global search case sensitive or not working at all (issue with COLLATION)
|
14 роки тому |
romainq
|
6f4cc7cc44
Optimizations:
|
14 роки тому |
romainq
|
c99d705cd5
#360 Wrong COUNT when using JOINS (+ other conditions)
|
14 роки тому |
romainq
|
c8ea6adcff
Core: Join any table to an OQL query (prerequisite to Data Exchange)
|
14 роки тому |
romainq
|
8fee154865
#149 Implemented friendly names
|
14 роки тому |
romainq
|
0e7364c3e5
Optimizations: DBObjectSet::Count does it without loading all the data + possibility to specify LIMIT + restored the query cache (was inoperant) + improved the debug reports + added two settings (query_cache_enabled and debug_queries)
|
14 роки тому |
romainq
|
220c6297b3
#154 Application too slow - no need to check the DB format anytime!
|
15 роки тому |
romainq
|
5a1b372fad
#19 - Reviewed the licensing information and started to align the comments in the code
|
15 роки тому |
romainq
|
99d191ac46
Finalized the module "user rights by profile". It is fully integrated with the application setup (inc. sample data). and it it now ready for developing the user management GUI
|
16 роки тому |
romainq
|
972bb29ffe
User management by profile moving forward: pages to check the projection of objects/users in user defined dimensions
|
16 роки тому |
dflaven
|
4801d921f6
Moved under "trunk" to be able to track releases under "tags"
|
16 роки тому |