June 2008 Commit Log

Number of Commits:
23
Number of Active Developers:
2
robconery@gmail.com 2008-06-26 16:28 Rev.: 467

FIXED: Repository.Destroy didn't physically delete a record from the DB is "Deleted" was present as a column

10 lines of code changed in 3 files:

robconery@gmail.com 2008-06-26 15:57 Rev.: 466

FIXED: Column name qualification bug in Constraint generator

17 lines of code changed in 3 files:

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:

robconery@gmail.com 2008-06-25 16:03 Rev.: 464

ADDED: SaveAll method for Repository and Interfaces. Updated CS and VB Structs template to reflect change

48 lines of code changed in 4 files:

canofunk 2008-06-24 18:26 Rev.: 463

FIXED: SqlQuery.cs, Insert.cs - Compile Errors in revisions 460 through 462.
FIXED: VB_StructsTemplate.aspx - Additional character escapes for reserved keywords.

76 lines of code changed in 5 files:

robconery@gmail.com 2008-06-24 17:48 Rev.: 462

FIX: Forgot to checkin altered query file

3 lines of code changed in 1 file:

robconery@gmail.com 2008-06-24 17:44 Rev.: 461

FIXED: Column name resolution was not finding the column properly when using typed columns. Thanks to stref for reporting.

13 lines of code changed in 1 file:

robconery@gmail.com 2008-06-24 17:24 Rev.: 460

FIXED: Numerous DB Type issues with Migrations
ADDED: Patch from Yitzchok that opened up the SQL Generator bits in the DataProvider
FIXED: Wrong setting for nvarchar(MAX) and string column length

154 lines of code changed in 15 files:

robconery@gmail.com 2008-06-24 16:56 Rev.: 459

FIXED: Migration namespacing Regex - thanks to rballonline :)

2 lines of code changed in 1 file:

robconery@gmail.com 2008-06-24 16:42 Rev.: 458

FIXED: Schema bug related to SP's

83 lines of code changed in 4 files:

robconery@gmail.com 2008-06-24 15:20 Rev.: 457

Added in-memory filter to CS and VB ClassTemplate. Thanks to developingchris for this.

67 lines of code changed in 2 files:

canofunk 2008-06-23 16:13 Rev.: 456

FIXED: Various Turkish Character Set String Comparison Issues. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16983
FIXED: VB_StructsTemplate.aspx Does Not Properly Escape "Select" Methods. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16949
FIXED: PrimaryKey Methods Not Generated When Using SQLite Data Provider. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17073

27 lines of code changed in 5 files:

robconery@gmail.com 2008-06-18 15:14 Rev.: 455

FIXED: Scaffold does not honor "Deleted" columns

22 lines of code changed in 1 file:

robconery@gmail.com 2008-06-17 15:58 Rev.: 454

FIXED: Repository insert fails when not using AutoIncrement on a table.

4 lines of code changed in 1 file:

canofunk 2008-06-06 08:54 Rev.: 453

CHANGED: Commented out some Migration Unit Tests that were resulting in build failures.

38 lines of code changed in 1 file:

robconery@gmail.com 2008-06-05 23:01 Rev.: 452

Cleaned up and commented migration bits - good to go.

16 lines of code changed in 4 files:

robconery@gmail.com 2008-06-05 18:54 Rev.: 451

MySQL Migrations weren't fully wired
FIXED: SchemeInfo creator wasn't firing
FIXED: Default statements weren't set properly for MySqlGenerator
FIXED: Made Migration Builder SQL Statements virtual
FIXED: Overrode CreateColumns function

115 lines of code changed in 5 files:

canofunk 2008-06-05 18:30 Rev.: 450

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

345 lines of code changed in 25 files:

robconery@gmail.com 2008-06-05 17:36 Rev.: 449

Spruced up Migrations:
FIXED: namespacing regex bug with Migration::CodeRunner that resulted in bad instancing
ADDED: GetTable methods to Migration class
ADDED: Ability to create/drop foreign keys for SQL Server (not MySQL yet)
ADDED: override to TableSchema.Table AddColumn which accepts only a string column name, defaulting to nvarchar(64)

210 lines of code changed in 7 files:

canofunk 2008-06-05 09:45 Rev.: 448

FIXED: SqlServer and SqlServerCE can truncated saved data at 50 characters (Thanks JonasHi!). See: http://forums.subsonicproject.com/forums/p/3313/13675.aspx

0 lines of code changed in 2 files:

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

347 lines of code changed in 31 files:

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.

457 lines of code changed in 9 files:

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

246 lines of code changed in 13 files:

May 2008 »

Generated by StatSVN 0.4.1