CHANGED: Improved schema qualifier handling in Utility.cs
FIXED: OracleDataProvider Does not set Table Schema Name. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=12397
FIXED: OracleDataProvider GET_FOREIGN_KEY_SQL uses incorrect SQL. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=12425
FIXED: DateTime2 and DateTimeOffset not in System.Data.DBType Error. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=12489
11 lines of code changed in 3 files:
CHANGED: Add GetSingleRecordReader() for optimized record Fetch performance
FIXED: Schema and Table Name not Properly Qualified in SqlDataProvider.TABLE_COLUMN_SQL_ALL. See: http://www.codeplex.com/WorkItem/View.aspx?ProjectName=subsonic&WorkItemId=12350
FIXED: BeforeValidate is Executed Twice. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=12365
FIXED: Sugar.DiffMinutes Returns Wrong Value. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=12303
FIXED: Stored Procedure Output Parameters Greater than 50 Characters are Truncated. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=12034
FIXED: SqlDataProvider.ScriptData() Generate Insert Script Does not Disable Triggers. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=12271
170 lines of code changed in 12 files:
MySqlInnoDBDataProvider -- Added support for foreign key methods from collections. I believe this to be working for everything but many-to-many
242 lines of code changed in 1 file:
Added initial migration support. SqlServer is creating and altering - need lots more testing...
517 lines of code changed in 12 files:
added paging to REST; use params pageIndex and pageSize to produce paged results.
39 lines of code changed in 1 file:
FIXED: Incorrect data type mapping for real datatypes in SqlProvider and SqlCEProvider
FIXED: QuickTable WhereCollection Not Initialized: See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=12050
FIXED: XmlToJSONParser.cs not included in project
FIXED: ScriptData() Unit Test Fails
10 lines of code changed in 6 files:
handles text/json response requests now and refactored some redundant logic from previous check-in
6 lines of code changed in 1 file:
214 lines of code changed in 3 files:
Oops - controller and helper didn't get added...
331 lines of code changed in 2 files:
Added ActionController and refactored to make ActiveRecord use it
Updated REST handler
Fixed some Sugar methods
725 lines of code changed in 9 files:
added folder structure to code output
22 lines of code changed in 1 file: