Directory classes/org/makumba/providers/query/oql/

Directory Created:
2007-09-17 20:06
Directory Deleted:
2009-08-20 17:21
Total Files:
0
Deleted Files:
24
Lines of Code:
0

[root]/classes/org/makumba/providers/query/oql
                            Folder removed from repo oldGrammar (0 files, 0 lines)

Lines of Code

classes/org/makumba/providers/query/oql/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 100 (100.0%) 1063 (100.0%) 10.6
manuel_gay 57 (57.0%) 612 (57.6%) 10.7
rosso_nero 27 (27.0%) 337 (31.7%) 12.4
cristian_bogdan 16 (16.0%) 114 (10.7%) 7.1

Most Recent Commits

manuel_gay 2009-08-20 17:21 Rev.: 4014

moving oql parser to attic

0 lines of code changed in 17 files:

  • classes/org/makumba/providers/query/oql: AdditiveTree.java (del), AggregateAST.java (del), AnalysisTree.java (del), ComparisonTree.java (del), FunctionAST.java (del), GrammarTest.java (del), IdAST.java (del), InTree.java (del), LikeTree.java (del), OQL-translator.g (del), OQLAST.java (del), OQLQueryAnalysisProvider.java (del), ParamAST.java (del), Projection.java (del), QueryAST.java (del), oql.html (del), test.oql (del)
rosso_nero 2009-01-02 19:31 Rev.: 3531

fixing warnings

7 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: GrammarTest.java (+7 -11)
rosso_nero 2008-12-16 04:30 Rev.: 3405

avoiding useless string concatenation

0 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: QueryAST.java (changed)
rosso_nero 2008-08-20 12:37 Rev.: 3114

adding missing year operator to OQL (kind of obsolete, but well :-))

0 lines of code changed in 2 files:

  • classes/org/makumba/providers/query/oql: FunctionAST.java (changed), OQL-translator.g (changed)
cristian_bogdan 2008-08-12 15:10 Rev.: 3048

cleaned up imports

0 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: QueryAST.java (changed)
cristian_bogdan 2008-08-06 11:03 Rev.: 2991

reduced the QueryAnalysis contract (can be reduced further), moved all mining code in the miners

49 lines of code changed in 2 files:

  • classes/org/makumba/providers/query/oql: OQLQueryAnalysisProvider.java (+1 -38), QueryAST.java (+48 -19)
cristian_bogdan 2008-07-14 02:36 Rev.: 2817

support for differences in parameter syntax

0 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: OQLQueryAnalysisProvider.java (changed)
cristian_bogdan 2008-07-11 21:58 Rev.: 2808

separated query analysis from query execution, associated inlining with analysis, doing inlining by default before any analysis or execution, cache query inlinings, one instance per query analyzer type

0 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: OQLQueryAnalysisProvider.java (changed)
rosso_nero 2008-07-07 19:37 Rev.: 2782

evaluating function def

0 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: AnalysisTree.java (changed)
rosso_nero 2008-07-07 19:16 Rev.: 2780

moved old OQL grammar to own directory

0 lines of code changed in 3 files:

  • classes/org/makumba/providers/query/oql: OQL-fixed.G (del), OQL-orig.G (del), OQL.G (del)
rosso_nero 2008-07-07 18:42

fixing warnings

0 lines of code changed in 2 files:

  • classes/org/makumba/providers/query/oql: QueryAST.java (changed)
rosso_nero 2008-07-07 18:38 Rev.: 2777

formatted code, applied souce cleanup

0 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: OQLAST.java (changed)
rosso_nero 2008-07-07 17:55 Rev.: 2773

we need to store the computed makumbaType, not just return it

11 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: FunctionAST.java (+11 -9)
rosso_nero 2008-07-07 17:33 Rev.: 2770

formatted code, applied souce cleanup

123 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: AnalysisTree.java (+123 -106)
rosso_nero 2008-05-17 00:38 Rev.: 2368

temporarily renaming length function to character_length to ensure it works with karamba

0 lines of code changed in 3 files:

  • classes/org/makumba/providers/query/oql: FunctionAST.java (changed), OQL-translator.g (changed), OQL.G (changed)
rosso_nero 2008-05-14 15:11 Rev.: 2344

simplifying oql translator code

0 lines of code changed in 2 files:

  • classes/org/makumba/providers/query/oql: FunctionAST.java (changed), OQL-translator.g (changed)
rosso_nero 2008-05-14 14:32 Rev.: 2343

non-parametric oql functions

125 lines of code changed in 3 files:

  • classes/org/makumba/providers/query/oql: FunctionAST.java (+57 -36), OQL-translator.g (+40 -21), OQL.G (+28 -17)
rosso_nero 2008-05-14 04:07 Rev.: 2341

more string functions, simple date functiona

56 lines of code changed in 3 files:

  • classes/org/makumba/providers/query/oql: FunctionAST.java (+29 -8), OQL-translator.g (+18 -5), OQL.G (+9)
rosso_nero 2008-05-14 02:45 Rev.: 2338

first version of OQL functions

15 lines of code changed in 3 files:

  • classes/org/makumba/providers/query/oql: FunctionAST.java (new 15), OQL-translator.g (changed), OQL.G (changed)
manuel_gay 2008-05-04 13:10 Rev.: 2277

- returning correct expression type for count(*)
- allowing count(distinct expr)

0 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: OQL-translator.g (changed)
manuel_gay 2008-04-20 17:33 Rev.: 2256

- Implementing new expression-field type methods
- Implementing getProjections and fixing bug (projections in QueryAST weren't complete, in case of sum, avg, min, max, count, the expression was missing)

0 lines of code changed in 3 files:

  • classes/org/makumba/providers/query/oql: OQL-translator.g (changed), OQLAST.java (changed), QueryAST.java (changed)
manuel_gay 2008-04-15 13:41 Rev.: 2241

Adding method that provides projection types

0 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: QueryAST.java (changed)
manuel_gay 2008-03-15 16:15 Rev.: 2236

Avoiding creation of useless object instances of Providers by using singletons

1 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: QueryAST.java (+1 -1)
cristian_bogdan 2007-11-22 15:14 Rev.: 2127

refactored query providers, separated completely from query analyzers

38 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: OQLQueryAnalysisProvider.java (new 38)
cristian_bogdan 2007-11-22 15:03 Rev.: 2126

refactored query providers, separated completely from query analyzers

0 lines of code changed in 3 files:

  • classes/org/makumba/providers/query/oql: AttributeParametrizer.java (del), MultipleAttributeParametrizer.java (del), OQLQueryProvider.java (del)
cristian_bogdan 2007-11-22 04:12 Rev.: 2119

removed references to Configuration when it is default, thus heavily reducing dependencies to the class

0 lines of code changed in 2 files:

  • classes/org/makumba/providers/query/oql: OQLQueryProvider.java (changed), QueryAST.java (changed)
manuel_gay 2007-11-21 17:33 Rev.: 2094

Removing leftovers of hibernate_ pointers

1 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: OQLQueryProvider.java (+1 -6)
manuel_gay 2007-11-21 16:26 Rev.: 2090

Moving HQL Analyzer to its right location

0 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: QueryAST.java (changed)
cristian_bogdan 2007-11-21 02:49 Rev.: 2081

not allowing any more labels defined twice; removed previous change in writeFrom which was only needed for wrong queries containing doubly-defined labels

13 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: QueryAST.java (+13 -13)
cristian_bogdan 2007-11-21 01:46 Rev.: 2080

we skip a type declared explicitly in the OQL FROM if it takes part in a join as the left side (JOIN type label ON someCondition)

12 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: QueryAST.java (+12 -1)
cristian_bogdan 2007-11-20 06:02 Rev.: 2071

simplified

2 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: OQLQueryProvider.java (+2 -4)
manuel_gay 2007-11-13 19:45 Rev.: 2046

Moving OQL analyser to another package (my Eclipse still shows the history, let's hope it's the same after commit)

141 lines of code changed in 19 files:

  • classes/org/makumba/providers/query/oql: AdditiveTree.java (new), AggregateAST.java (new), AnalysisTree.java (new 106), ComparisonTree.java (new), GrammarTest.java (new 11), IdAST.java (new), InTree.java (new), LikeTree.java (new), OQL-fixed.G (new), OQL-orig.G (new), OQL-translator.g (new 8), OQL.G (new 8), OQLAST.java (new), OQLQueryProvider.java (changed), ParamAST.java (new), Projection.java (new), QueryAST.java (new 8), oql.html (new), test.oql (new)
cristian_bogdan 2007-11-01 04:18 Rev.: 1975

RuntimeWrappedException is now a standard throwable with a cause. could be eliminated totally I guess

0 lines of code changed in 2 files:

  • classes/org/makumba/providers/query/oql: MultipleAttributeParametrizer.java (changed), OQLQueryProvider.java (changed)
manuel_gay 2007-09-28 18:35 Rev.: 1707

Refactoring: introducing TransactionProvider and removing static dependencies from MakumbaSystem wherever possible.

7 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: OQLQueryProvider.java (+7 -2)
manuel_gay 2007-09-28 15:35 Rev.: 1704

Refactoring: removing dependencies from MakumbaSystem, using Providers and Configuration instead

2 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: OQLQueryProvider.java (+2 -2)
manuel_gay 2007-09-25 15:54 Rev.: 1688

Refactoring: moving classes from utils to the most appropriate location, moving form-related classes to forms package.

6 lines of code changed in 2 files:

  • classes/org/makumba/providers/query/oql: MultipleAttributeParametrizer.java (+3 -3), OQLQueryProvider.java (+3 -3)
manuel_gay 2007-09-25 12:38 Rev.: 1686

Removing unused imports

0 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: MultipleAttributeParametrizer.java (-1)
manuel_gay 2007-09-24 20:04 Rev.: 1680

Fixing behaviour of Makumba when attribute / argument value is null

2 lines of code changed in 1 file:

  • classes/org/makumba/providers/query/oql: MultipleAttributeParametrizer.java (+2 -3)
manuel_gay 2007-09-24 18:36 Rev.: 1678

Refactoring: merging list and forms refactoring branch

177 lines of code changed in 4 files:

  • classes/org/makumba/providers/query/oql: AttributeParametrizer.java (+25 -30), MultipleAttributeParametrizer.java (+18 -16), OQLQueryExecutionProvider.java (del), OQLQueryProvider.java (new 134)
manuel_gay 2007-09-17 20:06 Rev.: 1600

Refactoring: separating list, analysis, and a number of dependencies. Introducing org.makumba.commons which will grow later on.

Sorry for the hugue commit but it's one coherent refactoring, it should go together.

275 lines of code changed in 3 files:

  • classes/org/makumba/providers/query/oql: AttributeParametrizer.java (new 68), MultipleAttributeParametrizer.java (new 152), OQLQueryExecutionProvider.java (new 55)
Generated by StatSVN 0.5.0