Directory SubSonic.Tests/

Directory Created:
2007-05-10 15:20
Directory Deleted:
2009-07-01 23:17
Total Files:
0
Deleted Files:
25
Lines of Code:
0

[root]/SubSonic.Tests
        Folder removed from repo DBScripts (0 files, 0 lines)
        Folder removed from repo Migrations (0 files, 0 lines)
            Folder removed from repo MigrationFiles (0 files, 0 lines)
        Folder removed from repo Properties (0 files, 0 lines)
        Folder removed from repo Query2 (0 files, 0 lines)
        Folder removed from repo Repository (0 files, 0 lines)
        Folder removed from repo SqlGenerators (0 files, 0 lines)
        Folder removed from repo SqlQuery (0 files, 0 lines)
        Folder removed from repo obj (0 files, 0 lines)
            Folder removed from repo Debug (0 files, 0 lines)
            Folder removed from repo Release (0 files, 0 lines)

Lines of Code

SubSonic.Tests/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 244 (100.0%) 4659 (100.0%) 19.0
canofunk 150 (61.5%) 3389 (72.7%) 22.5
robconery 40 (16.4%) 703 (15.1%) 17.5
robconery@gmail.com 35 (14.3%) 293 (6.3%) 8.3
kelly.harrison 5 (2.0%) 142 (3.0%) 28.4
shawn.oster 9 (3.7%) 65 (1.4%) 7.2
haacked 2 (0.8%) 29 (0.6%) 14.5
gavinjoyce 2 (0.8%) 26 (0.6%) 13.0
damieng 1 (0.4%) 12 (0.3%) 12.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 25 files:

  • SubSonic.Tests: ActionPack.Tests.csproj.vspscc (del), ActiveListTests.cs (del), ActiveRecordTest.cs (del), App.config (del), AssemblyCleaner.cs (del), CodeGeneratorTests.cs (del), DataServiceTest.cs (del), ETL.cs (del), ForeignKeyTests.cs (del), GeneratedObjectTests.cs (del), ManyToMany.cs (del), MultiProvider.cs (del), MySqlTests.cs (del), NameTransformationTests.cs (del), Product.cs (del), Query2Tests.cs (del), QueryTest.cs (del), SPs.cs (del), ScriptersTest.cs (del), SubSonic.Tests.csproj (del), SubSonic.Tests.csproj.user (del), SugarTests.cs (del), TransactionTests.cs (del), TransactionWithDtcOffTests.cs (del), TurboTemplateTests.cs (del)
canofunk 2009-04-21 18:33 Rev.: 521

FIXED: SqlQuery - ANSISqlGenerator added duplicate DISCTINCT values resulting in malformed queries.
FIXED: SubStage - Slow performance with mapped network drives. Excluded network drives from SubStage file navigator. This greatly improves performance for some users.
FIXED: Test Data - Updated scripts to correctly reflect object dependencies and prevent errors on execution.
ADDED: Re-added SubSonicCentral and SubStage projects.
ADDED: SubSonic.Tests - Added missing SouthwindRepository generated files.
UPDATED: ComponentFactory.Krypton.Toolkit.dll, MbUnit.Framework.dll, MySql.Data.dll, QuickGraph.dll, QuickGraph.Algorithms.dll, Refly.dll, TestFu.dll
UPDATED: Global - Assembly versions changed to 2.2.1.0
CHANGED: Global - AutoProperties now used where possible.
CHANGED: Global - Object initializers now used where possible.
REMOVED: Sandbox Project

3 lines of code changed in 2 files:

  • SubSonic.Tests: App.config (+3 -3), SubSonic.Tests.csproj (-2)
robconery@gmail.com 2009-04-10 21:37 Rev.: 516

FIXED: Bug with GetRecordCount() failing on formatting
FIXED: Some Unit Tests were written rather lamely :) by me

3 lines of code changed in 2 files:

  • SubSonic.Tests: App.config (+2 -1), DataServiceTest.cs (+1 -1)
robconery@gmail.com 2009-04-09 00:07 Rev.: 515

FIXED: Google Issue 49 - using string value "null" sends NULL to the db. For reference - this was a requested enhancement and could be a breaking change.

156 lines of code changed in 1 file:

  • SubSonic.Tests: SubSonic.Tests.csproj (+156 -104)
robconery@gmail.com 2009-04-08 22:13 Rev.: 509

FIXED: Google Issue 46 - TableSchema.Table equality improperly set.

16 lines of code changed in 1 file:

  • SubSonic.Tests: SPs.cs (+16)
robconery@gmail.com 2009-04-08 15:26 Rev.: 501

FIXED: Google Issue 28 - ExecuteJoinedDataSet parameters incorrectly set

12 lines of code changed in 1 file:

  • SubSonic.Tests: QueryTest.cs (+12)
robconery@gmail.com 2009-04-08 15:18 Rev.: 500

FIXED: Google issue 29 - using IN with Aggregates cause error

2 lines of code changed in 1 file:

  • SubSonic.Tests: SubSonic.Tests.csproj (+2 -2)
robconery@gmail.com 2009-04-07 22:37 Rev.: 492

FIXED: Codeplex 17617 - Added patch for Distinct Query values - thanks to GeoffAtDataGaard
FIXED: Patch applied from Jason Kealey for composite Primary Keys (Google issue 3)
FIXED: Patch applied from boyank for Scaffolding and composite keys (Google issue 9)
FIXED: Google issue 12 (Migration column/numberscale for decimals) - thanks to robbam
FIXED: Google issue 14 (Migration max length for char/non-int PKs) - thanks to robbam

ADDED: Initial rev of ActiveRecord T4 templates
REMOVED: Substage project - will added as "extra"
REMOVED: SubSonicCentral web site. Will add as "extra"

62 lines of code changed in 3 files:

  • SubSonic.Tests: App.config (+1 -1), SPs.cs (+26), SubSonic.Tests.csproj (+35 -2)
canofunk 2008-07-18 18:04 Rev.: 474

FIXED: DropDown.Where Property is not Correctly Set. See: http://code.google.com/p/subsonicproject/issues/detail?id=6
FIXED: SqlQuery Does Not Properly Set ProviderName Property. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17435
FIXED: Generated Struct Members Should be Marked "readonly". See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17424 and http://code.google.com/p/subsonicproject/issues/detail?id=11
FIXED: AssemblyInfo.cs version issue introduced in revision 473 (Thanks Adam!)
CHANGED: MySql.Data.dll updated to version 5.2
CHANGED: System.Data.SQLite.DLL updated to version 1.0.52
CHANGED: EnterpriseLibrary assemblies updated to version 4.0
REMOVED: Old and unreferenced assemblies.

0 lines of code changed in 1 file:

  • SubSonic.Tests: SubSonic.Tests.csproj (-3)
canofunk 2008-07-15 17:12 Rev.: 473

FIXED: StoredProcedure.QueryCommand is not Properly Initialized. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17342
FIXED: Turkish Culture Issues in SqlQuery Aggregate Generation. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17356
FIXED: ManyManyList Controls do not Properly Set Checkbox State. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=12068
FIXED: LavaBlastManyManyList.BuildMappedElementCommand() Generates Improper SQL. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17361
CHANGED: Fixed minor code documentation issues.
CHANGED: Added signing to SubSonic.Migrations.
CHANGED: Minor changes to build configuration.
CHANGED: Updated help file builder configuration.
CHANGED: Updated assembly build versions to 2.1.1

9 lines of code changed in 1 file:

  • SubSonic.Tests: SubSonic.Tests.csproj (+9 -4)
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

182 lines of code changed in 13 files:

  • SubSonic.Tests: ActiveListTests.cs (+16 -17), ActiveRecordTest.cs (+8 -9), CodeGeneratorTests.cs (+1 -2), ETL.cs (+8 -7), GeneratedObjectTests.cs (+4 -4), ManyToMany.cs (-4), MultiProvider.cs (+2 -3), MySqlTests.cs (+3 -6), SPs.cs (+13 -14), SubSonic.Tests.csproj (+104 -111), SugarTests.cs (+19 -19), TransactionWithDtcOffTests.cs (+3 -3), TurboTemplateTests.cs (+1 -2)
robconery@gmail.com 2008-06-24 16:42 Rev.: 458

FIXED: Schema bug related to SP's

42 lines of code changed in 1 file:

  • SubSonic.Tests: SPs.cs (+42)
canofunk 2008-06-02 18:58 Rev.: 445

FIXED: Query Fails When Used With More Than One OrderBy Condition. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16871
FIXED: Turkish Character-Set Issue in TableSchema.SetValue(). See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16859
FIXED: ExecuteJoinedDataSet Fails When Using IN/NotIN Clause. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16898
ADDED: Support for multiple ORDER_BY conditions on related object collection queries.

406 lines of code changed in 1 file:

  • SubSonic.Tests: QueryTest.cs (+406 -20)
canofunk 2008-06-02 17:05 Rev.: 444

FIXED: DB.Insert(of T)(Row) Always Returns "0". See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16847
FIXED: Globalization Issues in SugarTests.Numbers_IsNumeric() and QueryTest.Query_OR_Between(). See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16869
FIXED: Query.NOT_IN Is Not Handled Properly. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16897
FIXED: SQL Stored Procedures Don't Set Scale or Precision. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=12946
FIXED: SQL Stored Procedures Don't Set Scale or Precision (Duplicate). See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16894
FIXED: DataProvider.GetDbCommand() Doesn't Convert QueryParameter to DBParameter Before Adding to DBCommand Collection. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16874
CHANGED: Updated ComponentFactory.Krypton.Toolkit.DLL to version 2.8.5

72 lines of code changed in 2 files:

  • SubSonic.Tests: QueryTest.cs (+66 -2), SugarTests.cs (+6 -4)
canofunk 2008-05-08 12:04 Rev.: 434

FIXED: SqlQuery.Paged() Does Not Work With MySql Provider. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16326
FIXED: SQLiteDataProvider Paging is Off by One. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15074
FIXED: MySqlDataProvider Paging is Off by One. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15075
FIXED: ExecuteJoinedDataSet() Fails When Using an AddBetweenAnd Clause. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16259
FIXED: SqlQuery InnerJoin Results in Null Reference Exception When DataProvider is not Set. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16463

76 lines of code changed in 1 file:

  • SubSonic.Tests: QueryTest.cs (+76 -3)
canofunk 2008-05-05 18:08 Rev.: 432

CHANGED: Controls - Migrated QuickTable, RadioButtons, and DropDown from Query to SqlQuery
CHANGED: ActiveRecord - Disabled Deprecated PreUpdate() and PostUpdate() Methods
ADDED: SqlQuery - Logical Delete Support

1 lines of code changed in 1 file:

  • SubSonic.Tests: SubSonic.Tests.csproj (+1)
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.

114 lines of code changed in 1 file:

  • SubSonic.Tests: SubSonic.Tests.csproj (+114 -122)
shawn.oster 2008-04-18 21:37 Rev.: 418

ADDED: MySqlGenerator class.
ADDED: Tests to support MySqlGenerator.
CHANGED: Cleaned up migration test names.
CHANGED: Renamed SqlServerParserTests.cs to SqlServerGeneratorTests.cs to better reflect actual usage.
CHANGED: Changed some methods in ANSISqlGenerator to virtual to allow descendant classes to do their thing.
ADDED: DataService.GetGenerator() overload to accept a Provider for performance.

2 lines of code changed in 1 file:

  • SubSonic.Tests: SubSonic.Tests.csproj (+2 -1)
canofunk 2008-04-10 15:11 Rev.: 411

CHANGED: Eliminated a number of Release configuration compiler warnings; Added/updated documentation stubs.

20 lines of code changed in 1 file:

  • SubSonic.Tests: ActiveListTests.cs (+20)
canofunk 2008-04-10 13:02 Rev.: 410

FIXED: DataReader Exceptions Can Cause Memory Leaks. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=11714

111 lines of code changed in 4 files:

  • SubSonic.Tests: ActiveListTests.cs (+1 -1), ActiveRecordTest.cs (+5 -4), QueryTest.cs (+93 -66), SPs.cs (+12 -10)

(62 more)

Generated by StatSVN 0.4.1