[root]/classes/org/makumba/db/sql
cloudscape
(0 files, 0 lines)
dbcp
(0 files, 0 lines)
informix
(0 files, 0 lines)
msql
(0 files, 0 lines)
mysql
(0 files, 0 lines)
odbcjet
(0 files, 0 lines)
v4
(0 files, 0 lines)
oql
(0 files, 0 lines)
oracle
(0 files, 0 lines)
pgsql
(0 files, 0 lines)
old
(0 files, 0 lines)
qed
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 364 (100.0%) | 5241 (100.0%) | 14.3 |
| rosso_nero | 40 (11.0%) | 3515 (67.1%) | 87.8 |
| cristi | 91 (25.0%) | 615 (11.7%) | 6.7 |
| manuel_gay | 92 (25.3%) | 436 (8.3%) | 4.7 |
| cristian_bogdan | 42 (11.5%) | 275 (5.2%) | 6.5 |
| stefan | 52 (14.3%) | 190 (3.6%) | 3.6 |
| marius9 | 10 (2.7%) | 149 (2.8%) | 14.9 |
| adlerscout | 22 (6.0%) | 49 (0.9%) | 2.2 |
| adler | 8 (2.2%) | 9 (0.2%) | 1.1 |
| stefanba | 7 (1.9%) | 3 (0.1%) | 0.4 |
Removing empty package
0 lines of code changed in 50 files:
Moving SQLPointer to commons (used a bit everywhere)
2 lines of code changed in 2 files:
Fixing bug 998: FK not created for ptrOne
0 lines of code changed in 1 file:
Fixing the "LONGTEXT" alter warning (mysql returns -1 for this kind of DATA_TYPE)
10 lines of code changed in 1 file:
Removing useless imports
0 lines of code changed in 1 file:
Moving OQL analyser to another package (my Eclipse still shows the history, let's hope it's the same after commit)
0 lines of code changed in 2 files:
Moving database-level name resolution business to NameResolver
28 lines of code changed in 9 files:
A hook to the resolver that makes sure that in Makumba, all the tables are properly created and configured
0 lines of code changed in 1 file:
Moving generic methods out of here
34 lines of code changed in 1 file:
Refactoring super-CRUD mechanism in DataHolder to use CRUDOperationProvider. Transactions now also store their TransactionProvider. DataHolder is independant of DBConnection and Table
64 lines of code changed in 3 files:
Changing way the connections are called by the uniqueness check - connection provider created outside of the loop, and then passing the wrapped connection to the loop. Making sure it is closed in the end
32 lines of code changed in 1 file:
foreign keys refractored
30 lines of code changed in 1 file:
unique key checking more robust
17 lines of code changed in 1 file:
formatted source
53 lines of code changed in 1 file:
Fixing bug: database connection not closed
14 lines of code changed in 1 file:
Better error handling for foreign keys
2 lines of code changed in 1 file:
need public access for reference checker
0 lines of code changed in 1 file:
Implemented foreign keys
0 lines of code changed in 3 files:
Refactoring: introducing TransactionProvider and removing static dependencies from MakumbaSystem wherever possible.
0 lines of code changed in 4 files:
Refactoring: removing dependencies from MakumbaSystem, using Providers and Configuration instead
42 lines of code changed in 6 files:
Refactoring: moving classes from utils to the most appropriate location, moving form-related classes to forms package.
4 lines of code changed in 4 files:
Refactoring: merging list and forms refactoring branch
203 lines of code changed in 3 files:
adding parantheses to make it easier to read :-P
18 lines of code changed in 1 file:
treating not-unique on updates, throwing compositevalidation exception on errors, which will be annotated in the form page.
50 lines of code changed in 1 file:
formatted source
132 lines of code changed in 1 file:
support for multi-field unique keys that span over more than one table
0 lines of code changed in 1 file:
formatted code
90 lines of code changed in 1 file:
error handling when trying to create a multi-field unique index which fails due to uniquness violations; removing some generics-warnings
16 lines of code changed in 1 file:
making isDuplicateException method availabel at higher level, and public
2 lines of code changed in 2 files:
creation and uniqueness check support for multi-field keys
85 lines of code changed in 1 file:
formatted code
1497 lines of code changed in 1 file:
Fixing bug: Text not returned as java Text object due to utf8 changes
2 lines of code changed in 1 file:
Fixing bug: not adding makumba index if this is a binary Text field
1 lines of code changed in 1 file:
UTF-8 support
117 lines of code changed in 5 files:
hibername session factory per database not per table
blocked schema update for now, will be done in a more organized way later
7 lines of code changed in 1 file:
improved logging, commented more
7 lines of code changed in 1 file:
not dropping "extra" indexes when working with hibernate
logging when dropping indexes
30 lines of code changed in 2 files:
small changes for insertFromQuery and logging
0 lines of code changed in 1 file:
added insertFromQuery
61 lines of code changed in 2 files:
displaying auto_increment instead of dbsv
1 lines of code changed in 1 file:
(88 more)