SubSonic Developers: codefornothing

Login name:
codefornothing
Total Commits:
7 (0.1%)
Lines of Code:
1177 (0.7%)
Most Recent Commit:
2007-07-31 13:39

Activity by Clock Time

Activity by Hour of Day for codefornothing

Activity by Day of Week for codefornothing

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 7 (100.0%) 1177 (100.0%) 168.1
SubSonic/DataProviders/ 4 (57.1%) 1170 (99.4%) 292.5
SubSonic/ 3 (42.9%) 7 (0.6%) 2.3

Activity of codefornothing

Most Recent Commits

codefornothing 2007-07-31 13:39 Rev.: 171

FIX: GetInsertSQL SQL needed a semi-colon between the INSERT and the SELECT LAST_INSERT_ROWID() as newID command (With thanks to Russell).

1 lines of code changed in 1 file:

  • SubSonic/DataProviders: SQLiteDataProvider.cs (+1 -1)
codefornothing 2007-07-25 11:35 Rev.: 167

FIX: Yet another fix for the GetSchema method (thanks Russel).

1 lines of code changed in 1 file:

  • SubSonic/DataProviders: SQLiteDataProvider.cs (+1 -1)
codefornothing 2007-07-25 04:38 Rev.: 166

FIX: GetTableSchema was assigning the table name to the ForeignKey name and this was breaking the FK relationships in the generated code.

0 lines of code changed in 1 file:

  • SubSonic/DataProviders: SQLiteDataProvider.cs (-1)
codefornothing 2007-07-24 12:39 Rev.: 165

FIXED: Changed the reference to System.Data.SQLite to point to the dependencies folder.

4 lines of code changed in 1 file:

  • SubSonic: SubSonic.csproj (+4 -1)
codefornothing 2007-07-24 11:45 Rev.: 163

ADDED: SQLiteDataProvider initial load. For configuration instructions and test data go to http://codefornothing.wordpress.com/

1171 lines of code changed in 3 files:

  • SubSonic: Constants.cs (+1), SubSonic.csproj (+2)
  • SubSonic/DataProviders: SQLiteDataProvider.cs (new 1168)
Generated by StatSVN 0.4.1