Directory Statistics for src/java/com/photostructure/db/

Back to Index Page

Lines Of Code for src/java/com/photostructure/db/

Commits for src/java/com/photostructure/db/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
matthewm143 (100.0%) 1158 (100.0%) 2407 (100.0%) 8.10

Commit Log

DateAuthorFile/Message
1/21/06 11:13 PMmatthewm
cleanup (3 Files changed, 41 Lines changed)
src/java/com/photostructure/db/SessionOpeningRunnable.java 1.4 (+2 -4)
src/java/com/photostructure/db/SessionOpeningCallable.java 1.1 added 37
src/java/com/photostructure/db/SessionOpeningThreadFactory.java 1.5 (+2 -4)
1/2/06 8:05 AMmatthewm
Happy new year. (3 Files changed, 9 Lines changed)
src/java/com/photostructure/db/HsqldbDataSource.java 1.6 (+3 -4)
src/java/com/photostructure/db/MckoiDataSource.java 1.4 (+3 -4)
src/java/com/photostructure/db/DerbyDataSource.java 1.8 (+3 -4)
12/11/05 12:59 AMmatthewm
doc twiddle (1 Files changed, 3 Lines changed)
src/java/com/photostructure/db/LocalSessionFactoryBean.java 1.12 (+3 -3)
11/25/05 9:17 PMmatthewm
chkpt (13 Files changed, 79 Lines changed)
src/java/com/photostructure/db/MckoiDataSource.java 1.3 (+10 -15)
src/java/com/photostructure/db/DerbyDataSource.java 1.7 (+7 -13)
src/java/com/photostructure/db/NonNullRowMapperResultReader.java 1.2 (+4 -4)
src/java/com/photostructure/db/DataSourceFactory.java 1.2 (+15 -12)
src/java/com/photostructure/db/SessionOpeningThreadFactory.java 1.4 (+5 -3)
src/java/com/photostructure/db/SqlConstraint.java 1.5 (+5 -5)
src/java/com/photostructure/db/SessionOpeningRunnable.java 1.3 (+4 -4)
src/java/com/photostructure/db/MySQLInnoDBDialect.java 1.2 (+2 -1)
src/java/com/photostructure/db/EmbeddedMySQLDataSource.java 1.9 removed
src/java/com/photostructure/db/ObjectResultSetExtractor.java 1.3 (+5 -5)
src/java/com/photostructure/db/DialectContainer.java 1.3 (+3 -2)
src/java/com/photostructure/db/ListResultSetExtractor.java 1.4 (+5 -4)
src/java/com/photostructure/db/LocalSessionFactoryBean.java 1.11 (+14 -25)
11/19/05 7:20 AMmatthewm
cleaned up (1 Files changed, 8 Lines changed)
src/java/com/photostructure/db/HsqldbDataSource.java 1.5 (+8 -43)
11/19/05 7:18 AMmatthewm
commit of silly manual property editting (I found that addConnectionProperty *works*, so that will replace this code) (1 Files changed, 50 Lines changed)
src/java/com/photostructure/db/HsqldbDataSource.java 1.4 (+50 -20)
11/18/05 9:36 PMmatthewm
final commit before deletion (1 Files changed, 2 Lines changed)
src/java/com/photostructure/db/EmbeddedMySQLDataSource.java 1.8 (+2 -2)
11/18/05 6:57 AMmatthewm
final commit before deletion (1 Files changed, 10 Lines changed)
src/java/com/photostructure/db/EmbeddedMySQLDataSource.java 1.7 (+10 -14)
10/6/05 10:11 PMmatthewm
made constructor build instance (rather than relying on Spring to call afterPropertiesSet()) (1 Files changed, 4 Lines changed)
src/java/com/photostructure/db/EmbeddedMySQLDataSource.java 1.6 (+4 -8)
10/6/05 10:10 PMmatthewm
added (1 Files changed, 43 Lines changed)
src/java/com/photostructure/db/DataSourceFactory.java 1.1 added 43
10/5/05 11:39 PMmatthewm
finally, we've got something that works. (1 Files changed, 16 Lines changed)
src/java/com/photostructure/db/EmbeddedMySQLDataSource.java 1.5 (+16 -5)
9/29/05 10:11 PMmatthewm
cleanup (1 Files changed, 3 Lines changed)
src/java/com/photostructure/db/EmbeddedMySQLDataSource.java 1.4 (+3 -7)
9/29/05 10:10 PMmatthewm
HORRAY! The embedded db works now! (1 Files changed, 38 Lines changed)
src/java/com/photostructure/db/EmbeddedMySQLDataSource.java 1.3 (+38 -13)
9/28/05 8:59 PMmatthewm
almost there. Still getting a "Host 'grok' is not allowed to connect to this MySQL server" (1 Files changed, 5 Lines changed)
src/java/com/photostructure/db/EmbeddedMySQLDataSource.java 1.2 (+5 -5)
9/28/05 8:25 PMmatthewm
preferences is now provided to the constructor. (1 Files changed, 13 Lines changed)
src/java/com/photostructure/db/EmbeddedMySQLDataSource.java 1.1 added
8/29/05 8:51 PMmatthewm
autoboxing and generics (1 Files changed, 20 Lines changed)
src/java/com/photostructure/db/SqlConstraint.java 1.4 (+20 -10)
8/28/05 1:35 PMmatthewm
hibernate3 conversion (1 Files changed, 5 Lines changed)
src/java/com/photostructure/db/SessionOpeningThreadFactory.java 1.3 (+5 -4)
8/28/05 1:35 PMmatthewm
hibernate3 conversion, use new non-deprecated method in spring (1 Files changed, 8 Lines changed)
src/java/com/photostructure/db/SessionOpeningRunnable.java 1.2 (+8 -8)
8/28/05 1:35 PMmatthewm
fixed code to not use "engine=InnoDB" rather than the deprecated "type=..." (1 Files changed, 18 Lines changed)
src/java/com/photostructure/db/MySQLInnoDBDialect.java 1.1 added 18
8/28/05 1:34 PMmatthewm
hibernate3 conversion (2 Files changed, 16 Lines changed)
src/java/com/photostructure/db/MckoiDataSource.java 1.2 (+8 -8)
src/java/com/photostructure/db/HsqldbDataSource.java 1.3 (+8 -8)