[root]/classes/org/makumba/providers/query/mql
originals
(6 files, 924 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 251 (100.0%) | 15284 (100.0%) | 60.8 |
cristian_bogdan | 168 (66.9%) | 11261 (73.7%) | 67.0 |
manuel_gay | 45 (17.9%) | 2670 (17.5%) | 59.3 |
rosso_nero | 38 (15.1%) | 1353 (8.9%) | 35.6 |
adding a TODO for cristi in relation to actors
9 lines of code changed in 1 file:
formatting, disabling debug
172 lines of code changed in 1 file:
fix so that QFs in WHERE also work
83 lines of code changed in 3 files:
supporting join via internally-generated relational pointers. this is useful mostly when internal tables like set middle tables are referred explicitly in queries
1 lines of code changed in 1 file:
removing dependency on commons logging
12 lines of code changed in 2 files:
fixing bug: native (non-MQL) function calls were marked as such and hence not analyzed for type detection
5 lines of code changed in 1 file:
fixes in function inliner
91 lines of code changed in 4 files:
making the new function inliner POC-compliant
109 lines of code changed in 8 files:
moving oql parser to attic
8 lines of code changed in 2 files:
collecting errors and printing them all at once in the end
25 lines of code changed in 1 file:
fixing trouble with unary minus/plus
13 lines of code changed in 1 file:
New function inliner based on tree-transformation
2089 lines of code changed in 18 files:
fixed a bug: if commons-logging is missing, parser remains null
1 lines of code changed in 1 file:
accepting both multi-type parameters and parameters whose type can be deduced by their type on another position in the query
83 lines of code changed in 2 files:
using setParameterType everywhere
checking duplicate types in setParameterType, just because we can
12 lines of code changed in 1 file:
fixed many issues with treatment of parameters and their types.
allowing type discovery depending on the insert destination table
97 lines of code changed in 3 files:
printing everything to system.err so it is possible to compare outpiuts to previous runs
9 lines of code changed in 1 file:
query testing parameter projections
1 lines of code changed in 1 file:
allowing parameters as projections
4 lines of code changed in 2 files:
allowing an insertion table to be specified at query analysis
6 lines of code changed in 1 file:
(108 more)