[root]/classes/org/makumba/db/makumba
sql
(32 files, 5017 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 104 (100.0%) | 2924 (100.0%) | 28.1 |
| manuel_gay | 50 (48.1%) | 2194 (75.0%) | 43.8 |
| cristian_bogdan | 29 (27.9%) | 445 (15.2%) | 15.3 |
| rosso_nero | 24 (23.1%) | 275 (9.4%) | 11.4 |
| marius9 | 1 (1.0%) | 10 (0.3%) | 10.0 |
adding a method to close a data source. doesn't seem to work because of nature of namedresources
21 lines of code changed in 3 files:
Fixing bug with multi-key uniqueness constraints on update and insert from query (there was no right exception treatment).
7 lines of code changed in 4 files:
Correct information about pool size, opened connections etc.
10 lines of code changed in 1 file:
Replacing ResourcePool with c3p0
14 lines of code changed in 2 files:
fixing a mistake of last commit
1 lines of code changed in 1 file:
more verbose
2 lines of code changed in 1 file:
- changed the StalePreventionThread in ResourcePool to a timer task, to avoid having it killed by GC
- added a checking mechanism to resources returned by the ResourcePool, discarding resourced that can't be renewed
- removing the autoReconnect property, since it is not working and not recommened to usage by the mysql connector folks
69 lines of code changed in 2 files:
- allowing the usage of current session context for hibernate transactions
- adding mass insert method in Transaction interface & implementation
7 lines of code changed in 1 file:
fixes related to SELECT ... INSERT
5 lines of code changed in 2 files:
some minor things: fixed warnings, added FIXMEs
1 lines of code changed in 1 file:
- making the intelligent mechanism in TransactionProvider actually work
- fixing part of the HQL tests
23 lines of code changed in 1 file:
simplyfying the TransactionProvider, i.e. moving special methods to the right implementations
28 lines of code changed in 1 file:
- making TransactionProvider intelligent: if getConnectionTo() wants to access a dataSource that is not of the type of the TransactionProvider implementation, automatically switches to the right implementation
- experimentation: method to unload static reference to singleton on context uninstall. maybe it will help with our problem
- fixing
bug 1090
43 lines of code changed in 2 files:
- moving database configuration to Makumba.conf
- fixing the OO design of TransactionProvider-s, now they extend TransactionProvider instead of implementing some strange interface
- updating hibernate version
sorry for the big commit but it's a big change. please test, comment, etc.
165 lines of code changed in 5 files:
adding generics
2 lines of code changed in 1 file:
fixing generics warnings
88 lines of code changed in 2 files:
fixing generics warnings
29 lines of code changed in 3 files:
avoiding useless string concatenation
6 lines of code changed in 2 files:
avoiding useless string concatenation
4 lines of code changed in 2 files:
live validation fixes
10 lines of code changed in 1 file:
(35 more)