Directory classes/org/makumba/db/

Directory Created:
2003-01-09 21:02
Total Files:
2
Deleted Files:
16
Lines of Code:
676

[root]/classes/org/makumba/db
                    directory in repo hibernate (10 files, 2103 lines)
                        Folder removed from repo customtypes (0 files, 0 lines)
                        Folder removed from repo hql (0 files, 0 lines)
                        Folder removed from repo propertyaccess (0 files, 0 lines)
                    directory in repo makumba (15 files, 2307 lines)
                        directory in repo sql (32 files, 4865 lines)
                    Folder removed from repo sql (0 files, 0 lines)
                        Folder removed from repo cloudscape (0 files, 0 lines)
                        Folder removed from repo dbcp (0 files, 0 lines)
                        Folder removed from repo informix (0 files, 0 lines)
                        Folder removed from repo msql (0 files, 0 lines)
                        Folder removed from repo mysql (0 files, 0 lines)
                        Folder removed from repo odbcjet (0 files, 0 lines)
                            Folder removed from repo v4 (0 files, 0 lines)
                        Folder removed from repo oql (0 files, 0 lines)
                        Folder removed from repo oracle (0 files, 0 lines)
                        Folder removed from repo pgsql (0 files, 0 lines)
                            Folder removed from repo old (0 files, 0 lines)
                        Folder removed from repo qed (0 files, 0 lines)

Lines of Code

classes/org/makumba/db/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 222 (100.0%) 4338 (100.0%) 19.5
manuel_gay 77 (34.7%) 1958 (45.1%) 25.4
cristi 53 (23.9%) 1029 (23.7%) 19.4
cristian_bogdan 37 (16.7%) 852 (19.6%) 23.0
rosso_nero 31 (14.0%) 457 (10.5%) 14.7
adlerscout 4 (1.8%) 32 (0.7%) 8.0
marius9 5 (2.3%) 8 (0.2%) 1.6
adler 3 (1.4%) 2 (0.0%) 0.6
stefan 12 (5.4%) 0 (0.0%) 0.0

Most Recent Commits

manuel_gay 2009-07-08 00:27 Rev.: 3976

- simplifying datadefinitionprovider interface
- getting database tests to work with new mdd parser
- unit tests for new parser

0 lines of code changed in 1 file:

  • classes/org/makumba/db: TransactionImplementation.java (changed)
manuel_gay 2009-06-11 15:59 Rev.: 3931

- 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:

  • classes/org/makumba/db: TransactionImplementation.java (+5)
rosso_nero 2009-01-16 00:28 Rev.: 3666

correctly passing on unauthenticated exception, getting exception root cause before putting it in the attributes

0 lines of code changed in 1 file:

  • classes/org/makumba/db: TransactionImplementation.java (changed)
manuel_gay 2009-01-03 03:54 Rev.: 3533

- 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.

0 lines of code changed in 2 files:

  • classes/org/makumba/db: DataHolder.java (changed), TransactionImplementation.java (changed)
rosso_nero 2008-12-23 04:47 Rev.: 3446

fixing generics warnings

40 lines of code changed in 1 file:

  • classes/org/makumba/db: DataHolder.java (+40 -28)
cristian_bogdan 2008-08-17 04:50 Rev.: 3099

removed a hibernate dependency that made it impossible to run makumba without hibernate.jar

9 lines of code changed in 1 file:

  • classes/org/makumba/db: TransactionImplementation.java (+9 -3)
cristian_bogdan 2008-08-17 02:12 Rev.: 3096

allowing null parameters read from attributes

4 lines of code changed in 1 file:

  • classes/org/makumba/db: TransactionImplementation.java (+4 -4)
cristian_bogdan 2008-08-06 11:09 Rev.: 2993

made recently added code work also in hibernate

0 lines of code changed in 1 file:

  • classes/org/makumba/db: TransactionImplementation.java (changed)
rosso_nero 2008-07-30 03:42 Rev.: 2958

deleting ptrOnes & sets in setComplex

0 lines of code changed in 1 file:

  • classes/org/makumba/db: TransactionImplementation.java (changed)
cristian_bogdan 2008-07-18 03:07 Rev.: 2842

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:

  • classes/org/makumba/db: TransactionImplementation.java (+72 -3)
rosso_nero 2008-07-18 00:06 Rev.: 2837

adding generics to some DB functions

0 lines of code changed in 1 file:

  • classes/org/makumba/db: TransactionImplementation.java (changed)
rosso_nero 2008-07-18 00:03 Rev.: 2836

fixing a typo :-)

1 lines of code changed in 1 file:

  • classes/org/makumba/db: DataHolder.java (+1 -1)
cristian_bogdan 2008-07-17 13:31 Rev.: 2831

transaction with context

16 lines of code changed in 1 file:

  • classes/org/makumba/db: TransactionImplementation.java (+16 -3)
cristian_bogdan 2008-07-15 03:02 Rev.: 2826

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

0 lines of code changed in 1 file:

  • classes/org/makumba/db: TransactionImplementation.java (changed)
manuel_gay 2008-07-01 02:20 Rev.: 2709

stupid me, update(Pointer p) of course updates only one record

3 lines of code changed in 1 file:

  • classes/org/makumba/db: DataHolder.java (+3 -3)
manuel_gay 2008-07-01 02:06 Rev.: 2705

db.update now also returns the number of updated rows

0 lines of code changed in 2 files:

  • classes/org/makumba/db: DataHolder.java (changed), TransactionImplementation.java (changed)
rosso_nero 2008-06-25 20:50 Rev.: 2663

resolving generics

8 lines of code changed in 1 file:

  • classes/org/makumba/db: DataHolder.java (+8 -8)
rosso_nero 2008-06-15 16:58 Rev.: 2592

applying code clean up, resolving generics

0 lines of code changed in 1 file:

  • classes/org/makumba/db: TransactionImplementation.java (changed)
rosso_nero 2008-06-15 16:32 Rev.: 2591

formatting code

0 lines of code changed in 1 file:

  • classes/org/makumba/db: TransactionImplementation.java (changed)
manuel_gay 2008-03-15 16:13 Rev.: 2235

Avoiding creation of useless object instances of Providers by using singletons

2 lines of code changed in 2 files:

  • classes/org/makumba/db: DataHolder.java (+1 -1), TransactionImplementation.java (+1 -1)
cristian_bogdan 2007-11-22 15:03 Rev.: 2125

OQL queries now all accept multiple parameters (positional or named)
refactored query providers, separated completely from query analyzers

22 lines of code changed in 1 file:

  • classes/org/makumba/db: TransactionImplementation.java (+22)
cristian_bogdan 2007-11-22 04:12 Rev.: 2119

removed references to Configuration when it is default, thus heavily reducing dependencies to the class

0 lines of code changed in 2 files:

  • classes/org/makumba/db: DataHolder.java (changed), TransactionImplementation.java (changed)
manuel_gay 2007-11-21 20:24 Rev.: 2112

Moving common db classes to their package, small refactoring, moving static methods from Configuration back to a more proper place.

549 lines of code changed in 2 files:

  • classes/org/makumba/db: DataHolder.java (new 221), TransactionImplementation.java (new 328)
manuel_gay 2007-11-21 20:05 Rev.: 2111

Refactoring: moving makumba database to separate package

0 lines of code changed in 12 files:

  • classes/org/makumba/db: Catalog.mdd (del), DBConnection.java (del), DBConnectionWrapper.java (del), Database.java (del), Lock.mdd (del), MakumbaCRUDOperationProvider.java (del), MakumbaTransactionProvider.java (del), Query.java (del), ResourcePool.java (del), Table.java (del), UniquenessServlet.java (del), Update.java (del)
manuel_gay 2007-11-21 19:16 Rev.: 2109

Moving developer utility class to devel

0 lines of code changed in 1 file:

  • classes/org/makumba/db: open.java (del)
manuel_gay 2007-11-21 19:15 Rev.: 2108

Formatting source, documentation

32 lines of code changed in 5 files:

  • classes/org/makumba/db: MakumbaTransactionProvider.java (+6), Query.java (+5 -1), Table.java (+11 -24), UniquenessServlet.java (+1 -2), Update.java (+9 -5)
manuel_gay 2007-11-21 19:03

Formatting source, documentation

141 lines of code changed in 2 files:

  • classes/org/makumba/db: DBConnectionWrapper.java (+99 -61), Database.java (+42 -53)
manuel_gay 2007-11-21 18:46 Rev.: 2104

Refactoring: separating better Hibernate and Makumba DB components

5 lines of code changed in 3 files:

  • classes/org/makumba/db: DBConnection.java (+4 -4), DataHolder.java (del), TransactionImplementation.java (del)
cristian_bogdan 2007-11-20 07:50 Rev.: 2074

a proper cache of session factories, kept only where it is needed

0 lines of code changed in 2 files:

  • classes/org/makumba/db: Database.java (changed), MakumbaTransactionProvider.java (changed)
manuel_gay 2007-11-19 13:12 Rev.: 2060

Method to get configuration of the dataSource

4 lines of code changed in 1 file:

  • classes/org/makumba/db: MakumbaTransactionProvider.java (+4)
manuel_gay 2007-11-14 15:06 Rev.: 2051

Transaction (both Makumba and Hibernate) now supports named parameters

0 lines of code changed in 1 file:

  • classes/org/makumba/db: Database.java (changed)
manuel_gay 2007-11-14 14:50 Rev.: 2050

Transaction (both Makumba and Hibernate) now supports named parameters

0 lines of code changed in 4 files:

  • classes/org/makumba/db: DBConnection.java (changed), DBConnectionWrapper.java (changed), MakumbaTransactionProvider.java (changed), TransactionImplementation.java (changed)
manuel_gay 2007-11-13 19:04 Rev.: 2044

Moving database-level name resolution business to NameResolver

40 lines of code changed in 2 files:

  • classes/org/makumba/db: Database.java (+35 -2), Table.java (+5 -4)
manuel_gay 2007-11-07 23:32 Rev.: 2036

Using specific ways of updating for each implementation

4 lines of code changed in 1 file:

  • classes/org/makumba/db: DataHolder.java (+4 -15)
manuel_gay 2007-11-07 23:28 Rev.: 2028

Small fixes

0 lines of code changed in 1 file:

  • classes/org/makumba/db: TransactionImplementation.java (changed)
manuel_gay 2007-11-07 23:28 Rev.: 2027

More methods, improving existing ones

22 lines of code changed in 1 file:

  • classes/org/makumba/db: MakumbaCRUDOperationProvider.java (+22)
manuel_gay 2007-11-07 23:27 Rev.: 2026

Adding method to get "null" in makumba

5 lines of code changed in 1 file:

  • classes/org/makumba/db: DBConnection.java (+5)
manuel_gay 2007-11-07 00:44 Rev.: 2017

Improving comments

2 lines of code changed in 1 file:

  • classes/org/makumba/db: DataHolder.java (+2 -3)
manuel_gay 2007-11-06 20:43 Rev.: 2015

Moving generic code to more generic place (but it shouldn't stay there)

3 lines of code changed in 1 file:

  • classes/org/makumba/db: open.java (+3 -1)
manuel_gay 2007-11-06 20:41 Rev.: 2012

Moving generic methods out of here

1 lines of code changed in 1 file:

  • classes/org/makumba/db: Table.java (+1 -1)

(84 more)

Generated by StatSVN 0.5.0