Directory classes/org/makumba/db/sql/oql/

Directory Created:
2003-01-09 21:02
Directory Deleted:
2007-11-21 20:27
Total Files:
0
Deleted Files:
20
Lines of Code:
0

[root]/classes/org/makumba/db/sql/oql

Lines of Code

classes/org/makumba/db/sql/oql/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 127 (100.0%) 435 (100.0%) 3.4
cristi 55 (43.3%) 196 (45.1%) 3.5
cristian_bogdan 14 (11.0%) 97 (22.3%) 6.9
manuel_gay 27 (21.3%) 65 (14.9%) 2.4
rosso_nero 7 (5.5%) 46 (10.6%) 6.5
adlerscout 3 (2.4%) 20 (4.6%) 6.6
stefan 16 (12.6%) 11 (2.5%) 0.6
adler 5 (3.9%) 0 (0.0%) 0.0

Most Recent Commits

manuel_gay 2007-11-21 20:27 Rev.: 2113

Removing empty package

0 lines of code changed in 20 files:

  • classes/org/makumba/db/sql/oql: .cvsignore (del), AdditiveTree.java (del), AggregateAST.java (del), AnalysisTree.java (del), ComparisonTree.java (del), GrammarTest.java (del), IdAST.java (del), InTree.java (del), LikeTree.java (del), OQL-fixed.G (del), OQL-orig.G (del), OQL-translator.g (del), OQL.G (del), OQLAST.java (del), ParamAST.java (del), Projection.java (del), QueryAST.java (del), oql-test.g (del), oql.html (del), test.oql (del)
manuel_gay 2007-11-13 19:04 Rev.: 2044

Moving database-level name resolution business to NameResolver

44 lines of code changed in 5 files:

  • classes/org/makumba/db/sql/oql: AggregateAST.java (+6 -5), IdAST.java (+4 -3), OQLAST.java (+2 -2), ParamAST.java (+3 -2), QueryAST.java (+29 -25)
cristian_bogdan 2007-10-30 00:04 Rev.: 1963

typo

0 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: QueryAST.java (changed)
cristian_bogdan 2007-10-30 00:02 Rev.: 1962

JOIN has higher precedence than comma starting mysql 5, using both leads to potentially broken queries

0 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: QueryAST.java (changed)
cristian_bogdan 2007-10-28 03:33 Rev.: 1959

joins generated explicitly in the FROM section ; support for LEFT JOIN

47 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: QueryAST.java (+47 -34)
cristian_bogdan 2007-10-28 03:32 Rev.: 1958

reverting, formated source

34 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: QueryAST.java (+34 -47)
cristian_bogdan 2007-10-28 03:26 Rev.: 1957

support for LEFT JOIN

5 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: OQL-translator.g (+5 -3)
cristian_bogdan 2007-10-28 03:25 Rev.: 1956

joins generated explicitly in the FROM section ; support for LEFT JOIN

0 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: QueryAST.java (changed)
manuel_gay 2007-09-28 15:35 Rev.: 1704

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

16 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: QueryAST.java (+16 -10)
manuel_gay 2007-09-24 18:36 Rev.: 1678

Refactoring: merging list and forms refactoring branch

5 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: QueryAST.java (+5 -1)
rosso_nero 2007-09-05 00:15 Rev.: 1487

adding created files to cvsignore

2 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: .cvsignore (+2)
rosso_nero 2007-07-24 12:43 Rev.: 1399

formatting code to ease developping :-)

44 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: ComparisonTree.java (+44 -49)
adlerscout 2005-09-14 17:05 Rev.: 1096

forcing avg() to always have a floating point type to avoid the HSQLDB avg(int) problem

0 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: OQL-translator.g (changed)
adlerscout 2005-09-14 17:04 Rev.: 1095

cristi: fixed bug: real+int was not allowed...

10 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: AdditiveTree.java (+10)
adlerscout 2005-09-14 17:04 Rev.: 1094

cristi: fixed bug: it was impossible to sum() or avg() anything else than single-token expressions. so avg(a+b) didn't work

10 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: AggregateAST.java (+10 -1)
cristian_bogdan 2005-07-24 03:13 Rev.: 1072

fixed some errors, the file is not used anyway

2 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: oql-test.g (+2 -2)
rosso_nero 2005-06-25 16:16 Rev.: 1049

Merging Antwerpen Branch

0 lines of code changed in 5 files:

  • classes/org/makumba/db/sql/oql: AggregateAST.java (changed), IdAST.java (changed), OQLAST.java (changed), ParamAST.java (changed), QueryAST.java (changed)
cristian_bogdan 2005-03-20 20:53 Rev.: 916

removed dependence on RecordInfo and FieldInfo

0 lines of code changed in 4 files:

  • classes/org/makumba/db/sql/oql: AnalysisTree.java (changed), ComparisonTree.java (changed), IdAST.java (changed), QueryAST.java (changed)
cristian_bogdan 2005-03-20 20:52 Rev.: 915

removed a compiler warning

0 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: GrammarTest.java (changed)
cristian_bogdan 2005-03-16 07:42 Rev.: 903

organized imports via Eclipse

9 lines of code changed in 2 files:

  • classes/org/makumba/db/sql/oql: IdAST.java (+1 -1), QueryAST.java (+8 -3)
cristi 2005-01-01 22:57 Rev.: 809

fixed small bug: FROM should not be written if there are no labels defined
found this problem with <mak:input ... value="nil" />

4 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: QueryAST.java (+4 -2)
adler 2004-06-08 21:23 Rev.: 687

removed unused imports

0 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: AggregateAST.java (-1)
adler 2004-06-08 21:10 Rev.: 685

removed unused imports

0 lines of code changed in 4 files:

  • classes/org/makumba/db/sql/oql: ComparisonTree.java (changed), InTree.java (changed), OQLAST.java (changed), ParamAST.java (changed)
cristi 2004-05-25 03:19 Rev.: 681

better unary type treatment with analysis trees

10 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: OQL-translator.g (+10 -9)
cristi 2004-05-25 00:55 Rev.: 680

added comparison and assignment int->real

0 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: ComparisonTree.java (changed)
cristi 2004-05-25 00:54 Rev.: 679

type of unary operators correctly determined

12 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: OQL-translator.g (+12 -5)
cristi 2004-05-24 19:31 Rev.: 678

inserting spaces in SQL projections after each token; automated tests of database operations (ant test.table) pass

1 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: QueryAST.java (+1 -1)
stefan 2004-02-06 20:08 Rev.: 633

support for real (double precision) data type

0 lines of code changed in 2 files:

  • classes/org/makumba/db/sql/oql: AggregateAST.java (changed), OQL-translator.g (changed)
cristi 2003-09-25 17:38 Rev.: 471

revert for bug 597, a more complete fix will be needed

0 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: OQL-translator.g (changed)
cristi 2003-09-24 22:10 Rev.: 468

- eliminated enum, which is not used, to avoid conflicts with the field generated by setintenum, setcharenum
- added an underscore to all "AS " labels, to avoid conflicts with host SQL keywords

0 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: OQL-translator.g (changed)
cristi 2003-09-16 16:35 Rev.: 398

fix for bugs 571, 575

3 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: OQL-translator.g (+3 -3)
stefan 2003-09-15 19:09 Rev.: 394

fix for bug 575 as instructed by cristi

2 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: OQL-translator.g (+2 -2)
stefan 2003-09-15 19:06 Rev.: 393

fix for bug 571 as instructed by cristi

2 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: OQL-translator.g (+2 -2)
cristi 2003-09-01 04:20 Rev.: 362

restored the change between 2.0 and 2.1 which was lost during the merge to 2.2

0 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: OQL-translator.g (changed)
cristi 2003-06-30 11:23 Rev.: 303

merged branch 'refactorTaglib'

12 lines of code changed in 3 files:

  • classes/org/makumba/db/sql/oql: ComparisonTree.java (+1 -1), OQL-translator.g (+8 -3), QueryAST.java (+3)
cristi 2003-05-30 03:02 Rev.: 140

stricter reference to QueryAST, works with antlr 2.7.2 (as well as 2.7.1)

0 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: OQL-translator.g (changed)
cristi 2003-05-21 02:00 Rev.: 131

moving revision number to 2.0

0 lines of code changed in 20 files:

  • classes/org/makumba/db/sql/oql: .cvsignore (changed), AdditiveTree.java (changed), AggregateAST.java (changed), AnalysisTree.java (changed), ComparisonTree.java (changed), GrammarTest.java (changed), IdAST.java (changed), InTree.java (changed), LikeTree.java (changed), OQL-fixed.G (changed), OQL-orig.G (changed), OQL-translator.g (changed), OQL.G (changed), OQLAST.java (changed), ParamAST.java (changed), Projection.java (changed), QueryAST.java (changed), oql-test.g (changed), oql.html (changed), test.oql (changed)
cristi 2003-05-21 01:46 Rev.: 130

join of the newController branch and other 0.5.7 fixes

72 lines of code changed in 3 files:

  • classes/org/makumba/db/sql/oql: AggregateAST.java (new 62), ComparisonTree.java (changed), OQL-translator.g (+10 -3)
stefan 2003-03-26 18:44 Rev.: 110

merged fix for bug 365 onto trunk as well

7 lines of code changed in 1 file:

  • classes/org/makumba/db/sql/oql: ComparisonTree.java (+7 -1)
stefan 2003-02-27 18:22 Rev.: 43

*** empty log message ***

0 lines of code changed in 11 files:

  • classes/org/makumba/db/sql/oql: AdditiveTree.java (changed), AnalysisTree.java (changed), ComparisonTree.java (changed), GrammarTest.java (changed), IdAST.java (changed), InTree.java (changed), LikeTree.java (changed), OQLAST.java (changed), ParamAST.java (changed), Projection.java (changed), QueryAST.java (changed)

(1 more)

Generated by StatSVN 0.5.0