


| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 64 (100.0%) | 660 (100.0%) | 10.3 |
| doc/scripts/ | 4 (6.3%) | 361 (54.7%) | 90.2 |
| classes/test/ | 8 (12.5%) | 157 (23.8%) | 19.6 |
| classes/org/makumba/db/sql/ | 22 (34.4%) | 49 (7.4%) | 2.2 |
| classes/org/makumba/db/ | 4 (6.3%) | 32 (4.8%) | 8.0 |
| classes/org/makumba/db/sql/oql/ | 3 (4.7%) | 20 (3.0%) | 6.6 |
| doc/ | 6 (9.4%) | 12 (1.8%) | 2.0 |
| classes/org/makumba/devel/ | 3 (4.7%) | 7 (1.1%) | 2.3 |
| classes/org/makumba/ | 3 (4.7%) | 6 (0.9%) | 2.0 |
| launchers/ | 1 (1.6%) | 4 (0.6%) | 4.0 |
| classes/org/makumba/controller/http/ | 1 (1.6%) | 4 (0.6%) | 4.0 |
| classes/org/makumba/util/ | 2 (3.1%) | 3 (0.5%) | 1.5 |
| classes/org/makumba/controller/ | 1 (1.6%) | 3 (0.5%) | 3.0 |
| / | 3 (4.7%) | 2 (0.3%) | 0.6 |
| lib/ | 1 (1.6%) | 0 (0.0%) | 0.0 |
| classes/org/makumba/importer/ | 1 (1.6%) | 0 (0.0%) | 0.0 |
| classes/org/makumba/db/hibernate/hql/ | 1 (1.6%) | 0 (0.0%) | 0.0 |

cristi: added an argument (ignoreDbsv) to org.mak.copy in order to be able to copy add the records with different DBSV.
0 lines of code changed in 6 files:
added a few comments
0 lines of code changed in 1 file:
cristi: mySQL will remain, for now, the default DB for Makumba development since the formatters test needs to open a DB from 2 virtual machines, which is impossible to do in the current implementation in the current implementation of makumba hsqldb support
2 lines of code changed in 1 file:
cristi: fixed bug: attempting to read sets during table copy
29 lines of code changed in 1 file:
cristi: fixed bug: attempting to select a set in table copy
3 lines of code changed in 1 file:
deleted: the new file name countains the folder name
0 lines of code changed in 1 file:
target "version" was not called
0 lines of code changed in 1 file:
removing dependence on jikes
0 lines of code changed in 1 file:
config files + test class for hsqldb
125 lines of code changed in 5 files:
hsqlbd jar
0 lines of code changed in 1 file:
cristi: support for telling hsqldb in which dir is the database like localhost_hsqldb_some_dir_makumba.properties
4 lines of code changed in 1 file:
cristi: supporting mysql 4.1(14)
2 lines of code changed in 1 file:
forcing avg() to always have a floating point type to avoid the HSQLDB avg(int) problem
0 lines of code changed in 1 file:
cristi: fixed bug: real+int was not allowed...
10 lines of code changed in 1 file:
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:
cristi: better treatment of the real type (always returns Double, not BigDecimal or whatever the JDBC wants to return)
10 lines of code changed in 1 file:
organized imports
0 lines of code changed in 1 file:
changed the text type to LONGVARBINARY
0 lines of code changed in 2 files:
hsqldb doesn't name the indexes per table but per database. so we had to add the table name to the field name to create the index
5 lines of code changed in 1 file:
cristi: fixed small bug
1 lines of code changed in 1 file:
(14 more)