Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 64 (100.0%) | 1041 (100.0%) | 16.2 |
doc/scripts/ | 4 (6.3%) | 361 (34.7%) | 90.2 |
classes/org/makumba/db/sql/ | 22 (34.4%) | 184 (17.7%) | 8.3 |
classes/test/ | 8 (12.5%) | 169 (16.2%) | 21.1 |
classes/org/makumba/db/ | 4 (6.3%) | 164 (15.8%) | 41.0 |
classes/org/makumba/ | 3 (4.7%) | 65 (6.2%) | 21.6 |
doc/ | 6 (9.4%) | 49 (4.7%) | 8.1 |
classes/org/makumba/db/sql/oql/ | 3 (4.7%) | 21 (2.0%) | 7.0 |
classes/org/makumba/devel/ | 3 (4.7%) | 7 (0.7%) | 2.3 |
/ | 3 (4.7%) | 5 (0.5%) | 1.6 |
launchers/ | 1 (1.6%) | 4 (0.4%) | 4.0 |
classes/org/makumba/controller/http/ | 1 (1.6%) | 4 (0.4%) | 4.0 |
classes/org/makumba/util/ | 2 (3.1%) | 3 (0.3%) | 1.5 |
classes/org/makumba/controller/ | 1 (1.6%) | 3 (0.3%) | 3.0 |
classes/org/makumba/importer/ | 1 (1.6%) | 1 (0.1%) | 1.0 |
classes/org/makumba/db/hibernate/hql/ | 1 (1.6%) | 1 (0.1%) | 1.0 |
lib/ | 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.
210 lines of code changed in 6 files:
added a few comments
10 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
1 lines of code changed in 1 file:
removing dependence on jikes
2 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
1 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
2 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)