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:
FIXED: Column name qualification bug in Constraint generator
17 lines of code changed in 3 files:
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:
ADDED: SaveAll method for Repository and Interfaces. Updated CS and VB Structs template to reflect change
48 lines of code changed in 4 files:
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:
FIX: Forgot to checkin altered query file
3 lines of code changed in 1 file:
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:
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:
FIXED: Migration namespacing Regex - thanks to rballonline :)
2 lines of code changed in 1 file:
FIXED: Schema bug related to SP's
83 lines of code changed in 4 files:
Added in-memory filter to CS and VB ClassTemplate. Thanks to developingchris for this.
67 lines of code changed in 2 files:
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:
FIXED: Scaffold does not honor "Deleted" columns
22 lines of code changed in 1 file:
FIXED: Repository insert fails when not using AutoIncrement on a table.
4 lines of code changed in 1 file:
CHANGED: Commented out some Migration Unit Tests that were resulting in build failures.
38 lines of code changed in 1 file:
Cleaned up and commented migration bits - good to go.
16 lines of code changed in 4 files:
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:
CHANGED: Global update to many method signatures to improve automatic documentation.
345 lines of code changed in 25 files:
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:
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:
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:
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:
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 »