Directory SubSonic/ActiveRecord/

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

[root]/SubSonic/ActiveRecord

Lines of Code

SubSonic/ActiveRecord/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 273 (100.0%) 7895 (100.0%) 28.9
canofunk 184 (67.4%) 4558 (57.7%) 24.7
robconery 48 (17.6%) 2917 (36.9%) 60.7
kelly.harrison 7 (2.6%) 331 (4.2%) 47.2
robconery@gmail.com 24 (8.8%) 46 (0.6%) 1.9
shawn.oster 6 (2.2%) 16 (0.2%) 2.6
scottwater 1 (0.4%) 14 (0.2%) 14.0
haacked 1 (0.4%) 7 (0.1%) 7.0
Christopher.Karper 1 (0.4%) 5 (0.1%) 5.0
damieng 1 (0.4%) 1 (0.0%) 1.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 20 files:

  • SubSonic/ActiveRecord: AbstractList.cs (del), AbstractRecord.cs (del), ActiveController.cs (del), ActiveHelper.cs (del), ActiveList.cs (del), ActiveRecord.cs (del), BindingListEx.cs (del), IAbstractList.cs (del), IAbstractRecord.cs (del), IActiveRecord.cs (del), IReadOnlyRecord.cs (del), IRecordBase.cs (del), IRepositoryRecord.cs (del), PropertyComparer.cs (del), ReadOnlyList.cs (del), ReadOnlyRecord.cs (del), RecordBase.cs (del), RepositoryList.cs (del), RepositoryRecord.cs (del), StoredProcedure.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

70 lines of code changed in 3 files:

  • SubSonic/ActiveRecord: ActiveHelper.cs (+32 -16), ReadOnlyRecord.cs (+14 -8), StoredProcedure.cs (+24 -54)
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.

0 lines of code changed in 1 file:

  • SubSonic/ActiveRecord: ActiveHelper.cs (-2)
robconery@gmail.com 2009-04-08 23:20 Rev.: 510

FIXED: Google Issue 50 - boolean translation error with MySQL. Updates default to DbType.AnsiString when only a columnName is passed. This was default behavior for IsDeleted. Changed to lookup column in FromTables which solved this and I'm sure other issues.

3 lines of code changed in 1 file:

  • SubSonic/ActiveRecord: ActiveHelper.cs (+3)
robconery@gmail.com 2009-04-08 01:25 Rev.: 496

FIXED: Google issue 17 - LoadByParam would not set IsLoaded to false when no record present

5 lines of code changed in 1 file:

  • SubSonic/ActiveRecord: ReadOnlyRecord.cs (+5 -2)
canofunk 2008-08-26 18:18 Rev.: 483

FIXED: SetColumnValue() Assigns CurrentValue System.DBNull Instead of "NULL". See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=14998
FIXED: Oracle Stored Procedure Output Parameters are not Properly Prefixed. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=18100
FIXED: GetSPSchemaCollection() Attempts to Assign Invalid Stored Procedure Schema Value Under Oracle Provider. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17986
FIXED: GetSPSchemaCollection() Attempts to Assign Invalid Stored Procedure Schema Value Under Oracle Provider (Second Report). See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17909
FIXED: Invalid SQL May be Generated When Attempting to Update a Record Where Values Have Not Changed. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16626
FIXED: Invalid SQL May be Generated When Attempting to Update a Record Where Values Have Not Changed (Second Report). See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17866

8 lines of code changed in 2 files:

  • SubSonic/ActiveRecord: ActiveHelper.cs (+4), RecordBase.cs (+4)
canofunk 2008-08-15 15:54 Rev.: 481

FIXED: IsLoaded Flag May be Improperly Set to "true". See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17821
FIXED: Manual Modification of Audit Field Can Create Update Exception. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17825
FIXED: SqlDataProvider INFORMATION_SCHEMA Queries Should Respect Original Casing. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17844

18 lines of code changed in 2 files:

  • SubSonic/ActiveRecord: ActiveHelper.cs (+14 -6), ReadOnlyRecord.cs (+4 -1)
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

15 lines of code changed in 1 file:

  • SubSonic/ActiveRecord: StoredProcedure.cs (+15 -11)
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

435 lines of code changed in 17 files:

  • SubSonic/ActiveRecord: AbstractList.cs (+75 -65), AbstractRecord.cs (+14 -14), ActiveController.cs (+3 -3), ActiveHelper.cs (+1 -2), ActiveList.cs (+65 -66), ActiveRecord.cs (+6 -7), BindingListEx.cs (+52 -50), IAbstractList.cs (+12 -10), IActiveRecord.cs (+23 -31), IRecordBase.cs (+21 -22), PropertyComparer.cs (+14 -8), ReadOnlyList.cs (+2 -4), ReadOnlyRecord.cs (+55 -54), RecordBase.cs (+38 -26), RepositoryList.cs (+2 -4), RepositoryRecord.cs (+17 -17), StoredProcedure.cs (+35 -41)
canofunk 2008-06-26 14:45 Rev.: 465

FIXED: Stored Procedures Dropping QueryCommand Parameters. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17173

16 lines of code changed in 1 file:

  • SubSonic/ActiveRecord: StoredProcedure.cs (+16 -10)
robconery@gmail.com 2008-06-24 16:42 Rev.: 458

FIXED: Schema bug related to SP's

38 lines of code changed in 1 file:

  • SubSonic/ActiveRecord: StoredProcedure.cs (+38 -17)
canofunk 2008-06-05 18:30 Rev.: 450

CHANGED: Global update to many method signatures to improve automatic documentation.

67 lines of code changed in 7 files:

  • SubSonic/ActiveRecord: AbstractList.cs (+12 -12), ActiveController.cs (+7 -7), ActiveList.cs (+9 -9), IAbstractList.cs (+8 -8), IRecordBase.cs (+8 -8), ReadOnlyList.cs (+9 -9), RecordBase.cs (+14 -14)
canofunk 2008-06-04 17:46 Rev.: 446

FIXED: InvalidCastException When Using Nullable Boolean Types in MySql (Re-Opened). See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=11506
FIXED: Nullable INT Values Not Properly Converted With Oracle Provider. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16424
CHANGED: Global comment and code formatting changes.
NOTE: This revision will (probably) be SubSonic 2.1 RC 1

229 lines of code changed in 16 files:

  • SubSonic/ActiveRecord: AbstractList.cs (+26 -25), AbstractRecord.cs (+1 -3), ActiveController.cs (+7 -7), ActiveHelper.cs (+10 -8), ActiveList.cs (+13 -7), ActiveRecord.cs (+15 -17), BindingListEx.cs (+3 -1), IActiveRecord.cs (+8 -11), IRecordBase.cs (+14 -10), PropertyComparer.cs (+8 -4), ReadOnlyList.cs (+3 -4), ReadOnlyRecord.cs (+29 -29), RecordBase.cs (+75 -60), RepositoryList.cs (-2), RepositoryRecord.cs (+3 -5), StoredProcedure.cs (+14 -4)
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.

5 lines of code changed in 1 file:

  • SubSonic/ActiveRecord: AbstractList.cs (+5 -5)
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

14 lines of code changed in 1 file:

  • SubSonic/ActiveRecord: StoredProcedure.cs (+14)
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.

10 lines of code changed in 1 file:

  • SubSonic/ActiveRecord: RecordBase.cs (+10 -9)
canofunk 2008-05-09 18:40 Rev.: 437

FIXED: MarkOld() Should Set IsLoaded="true". See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15169

2 lines of code changed in 1 file:

  • SubSonic/ActiveRecord: RecordBase.cs (+2)
canofunk 2008-05-08 10:45 Rev.: 433

ADDED: AbstractList - DataType, AllowDBNull, Caption properties to ToDataTable().
FIXED: Scaffold - Problem with commit operations on nullable Boolean and DateTime values.

7 lines of code changed in 1 file:

  • SubSonic/ActiveRecord: AbstractList.cs (+7)
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

4 lines of code changed in 2 files:

  • SubSonic/ActiveRecord: ActiveRecord.cs (+2 -2), RecordBase.cs (+2 -2)
robconery 2008-04-29 16:11 Rev.: 430

VisualSVN is messing with my files :(. And now, here's the patch that doesn't break the build...

0 lines of code changed in 1 file:

  • SubSonic/ActiveRecord: RepositoryList.cs (-6)

(76 more)

Generated by StatSVN 0.4.1