Directory SubSonic.Tests/Repository/

Directory Created:
2008-01-16 17:19
Directory Deleted:
2009-07-01 23:17
Total Files:
0
Deleted Files:
1
Lines of Code:
0

[root]/SubSonic.Tests/Repository

Lines of Code

SubSonic.Tests/Repository/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 11 (100.0%) 172 (100.0%) 15.6
robconery@gmail.com 3 (27.3%) 65 (37.8%) 21.6
canofunk 3 (27.3%) 62 (36.0%) 20.6
robconery 5 (45.5%) 45 (26.2%) 9.0

Most Recent Commits

robconery@gmail.com 2009-07-01 23:17 Rev.: 525

moving 2.x source to 2.0 folder

0 lines of code changed in 1 file:

  • SubSonic.Tests/Repository: RepositoryTests.cs (del)
robconery@gmail.com 2009-04-10 21:43 Rev.: 517

ADDED: DeleteByKey and DestroyByKey (Google Issue 60) - thanks for the patch John!

64 lines of code changed in 1 file:

  • SubSonic.Tests/Repository: RepositoryTests.cs (+64)
robconery@gmail.com 2009-04-08 03:29 Rev.: 499

FIXED: Google issue 59 - Rob broke the build; DB.Get<T> was failing.

1 lines of code changed in 1 file:

  • SubSonic.Tests/Repository: RepositoryTests.cs (+1 -1)
canofunk 2008-07-01 14:32 Rev.: 469

CHANGED: Global code clean up and reformatting
CHANGED: Updated System.Data.SQLite.DLL to 1.0.51.0

19 lines of code changed in 1 file:

  • SubSonic.Tests/Repository: RepositoryTests.cs (+19 -27)
canofunk 2008-05-14 15:29 Rev.: 442

REFIXED: DB.Update() Does Not Set IsLoaded="true". See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16468 and http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16573
CHANGED: DataService - First provider listed will now be treated as defaultProvider if one is not explicitly set on SubSonicService.

19 lines of code changed in 1 file:

  • SubSonic.Tests/Repository: RepositoryTests.cs (+19 -13)
robconery 2008-04-29 16:28 Rev.: 431

FIXED: Update bugs fixed: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16245
Put a check in for Update() which won't execute if there are no columns to update :p
Changed Repository Update<T> method to use RecordBase to allow for use of ActiveRecord and RepositoryRecord
CHANGED: Templates to accomodate this (VB and C#)

14 lines of code changed in 1 file:

  • SubSonic.Tests/Repository: RepositoryTests.cs (+14)
robconery 2008-04-29 15:39 Rev.: 428

FIXED: SubCommander now accurately returns the count of tables (WRT to the include/exclude tablelists)
ADDED: Refactored VB and CS Structs templates to use the new Repository bits, reducing the generated code
ADDED: Reran the generated bits for the test project against scripts in Test Project.

1 lines of code changed in 1 file:

  • SubSonic.Tests/Repository: RepositoryTests.cs (+1)
robconery 2008-03-18 22:13 Rev.: 370

FIXED: ExecuteAsCollectio<> bug for Repository class - Repository now properly executes against generated classes
ADDED: Initial Migration build with tests. This is intial checkin only...
Regenerated Unit test DAL

8 lines of code changed in 1 file:

  • SubSonic.Tests/Repository: RepositoryTests.cs (+8)
canofunk 2008-02-25 19:03 Rev.: 327

CHANGED: SubSonic.Tests - Adjusted tests to align with current code and values from the default Northwind database (Thanks Shawn!)
CHANGED: SubSonic.Tests - Changed GeneratedCode folder structure and regenerated all classes
CHANGED: SubSonic - Refactored the way that QualifiedName properties are created to provide more consistent, fully qualified SQL generation

24 lines of code changed in 1 file:

  • SubSonic.Tests/Repository: RepositoryTests.cs (+24 -19)
robconery 2008-01-18 22:01 Rev.: 279

Added contributions for tests

2 lines of code changed in 1 file:

  • SubSonic.Tests/Repository: RepositoryTests.cs (+2 -1)
robconery 2008-01-16 17:19 Rev.: 272

Restructured ActiveRecord Core to allow for Repository Pattern
Depricated AbstractRecord
Moved ActiveRecord to inherit from ReadOnlyRecord (with only change being the ability to Persist)
Added RepositoryRecord class
Added Repository functionality to Struct template (C# and VB)
Created initial CRUD test set for Repository
Added method to Utility to determine if a type is a SubSonicType (IsSubSonicType())
Fixed Shawn Oster's Neep bug :p
Added NorthwindRepos provider to test SetConfig
Fixed bug where ExecuteReader was firing twice
Added IRecordBase and IRepositoryRecord interfaces

20 lines of code changed in 1 file:

  • SubSonic.Tests/Repository: RepositoryTests.cs (new 20)
Generated by StatSVN 0.4.1