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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 145 (100.0%) | 5571 (100.0%) | 38.4 |
| manuel_gay | 71 (49.0%) | 4960 (89.0%) | 69.8 |
| rosso_nero | 52 (35.9%) | 473 (8.5%) | 9.0 |
| cristian_bogdan | 21 (14.5%) | 134 (2.4%) | 6.3 |
| marius9 | 1 (0.7%) | 4 (0.1%) | 4.0 |
fixing method name (was not overriding method)
2 lines of code changed in 1 file:
removing unused field, fixing potential bug
1 lines of code changed in 1 file:
auto-increment for hsqldb
63 lines of code changed in 3 files:
formatting
60 lines of code changed in 1 file:
adding a method to close a data source. doesn't seem to work because of nature of namedresources
9 lines of code changed in 1 file:
organising imports
0 lines of code changed in 1 file:
removing dependency on mysql driver
4 lines of code changed in 1 file:
fixing query logging, now printing again the prepared statement toString instead of its c3p0 proxy
38 lines of code changed in 3 files:
fixing typo
1 lines of code changed in 1 file:
using mdd error message if one specified, for unique errors on insert
6 lines of code changed in 1 file:
Fixing bug with multi-key uniqueness constraints on update and insert from query (there was no right exception treatment).
64 lines of code changed in 4 files:
throwing not unique exception instead of error
4 lines of code changed in 1 file:
mysql 4.1 will not always return a date object for date expressions on getObject(), e.g. if subqueries are used. i don't remember why we use getObject() and not getDate() in the first place
11 lines of code changed in 1 file:
Correct information about pool size, opened connections etc.
20 lines of code changed in 1 file:
Improving error message when connection is stale
8 lines of code changed in 1 file:
JDBC url now gets UTF-8 parameters added if requested
4 lines of code changed in 1 file:
Replacing ResourcePool with c3p0
46 lines of code changed in 2 files:
fixing bug: foreign key names still too long (mysql)
1 lines of code changed in 1 file:
- finishing implementation of DataDef and FieldDef, untested
- small adjustment in parsing
- some changes in DataDef and FieldDef interface
1 lines of code changed in 1 file:
fixing the timer repetition time
1 lines of code changed in 1 file:
(41 more)