[root]/classes/org/makumba/db
hibernate
(10 files, 2107 lines)
customtypes
(0 files, 0 lines)
hql
(0 files, 0 lines)
propertyaccess
(0 files, 0 lines)
makumba
(15 files, 2331 lines)
sql
(32 files, 5017 lines)
sql
(0 files, 0 lines)
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 | 226 (100.0%) | 5809 (100.0%) | 25.7 |
manuel_gay | 81 (35.8%) | 2056 (35.4%) | 25.3 |
cristi | 53 (23.5%) | 1437 (24.7%) | 27.1 |
cristian_bogdan | 37 (16.4%) | 909 (15.6%) | 24.5 |
rosso_nero | 31 (13.7%) | 899 (15.5%) | 29.0 |
stefan | 12 (5.3%) | 210 (3.6%) | 17.5 |
adlerscout | 4 (1.8%) | 164 (2.8%) | 41.0 |
marius9 | 5 (2.2%) | 131 (2.3%) | 26.2 |
adler | 3 (1.3%) | 3 (0.1%) | 1.0 |
removing unused import
0 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).
1 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).
52 lines of code changed in 2 files:
- simplifying datadefinitionprovider interface
- getting database tests to work with new mdd parser
- unit tests for new parser
1 lines of code changed in 1 file:
- allowing the usage of current session context for hibernate transactions
- adding mass insert method in Transaction interface & implementation
5 lines of code changed in 1 file:
correctly passing on unauthenticated exception, getting exception root cause before putting it in the attributes
6 lines of code changed in 1 file:
- 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.
6 lines of code changed in 2 files:
fixing generics warnings
40 lines of code changed in 1 file:
removed a hibernate dependency that made it impossible to run makumba without hibernate.jar
9 lines of code changed in 1 file:
allowing null parameters read from attributes
4 lines of code changed in 1 file:
made recently added code work also in hibernate
5 lines of code changed in 1 file:
deleting ptrOnes & sets in setComplex
8 lines of code changed in 1 file:
setting transaction context to RequestAttributes (in BL via DbConnectionProvider) and PageAttributes (in page QueryExecution via QueryProvider), and supporting context attribute processing in TransactionImplementation and its subclasses
72 lines of code changed in 1 file:
adding generics to some DB functions
10 lines of code changed in 1 file:
fixing a typo :-)
1 lines of code changed in 1 file:
transaction with context
16 lines of code changed in 1 file:
added a bit more template parametrization. some is still missing as we'd have to change the Database interface which might impact on existing BL; worth trying though
6 lines of code changed in 1 file:
stupid me, update(Pointer p) of course updates only one record
3 lines of code changed in 1 file:
db.update now also returns the number of updated rows
7 lines of code changed in 2 files:
resolving generics
8 lines of code changed in 1 file:
(107 more)