FIXED: SqlQuery.Select.Top() Generates Malformed SQL. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17546 and http://code.google.com/p/subsonicproject/issues/detail?id=24
FIXED: ANSISqlGenerator.BuildConstraintSQL() May Improperly Reuse Parameter Name. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17530
FIXED: ANSISqlGenerator.BuildConstraintSQL() May Not Correctly Set Parameter Type. See: http://code.google.com/p/subsonicproject/issues/detail?id=22
4 lines of code changed in 3 files:
FIXED: SQLiteprovider Maps BIT Data Type to STRING. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17493
FIXED: ListChanged Event May Fire Multiple Times. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17492
FIXED: SetPKValues() Does Not Update Null PK Values When Lazy Loading is Enabled. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17447
24 lines of code changed in 3 files:
ADDED: SubStage - Added CodeGenerationPath overrides at provider and project levels.
CHANGED: SubStage - File browser now navigates to code generation output directory when clicking a provider or project node.
CHANGED: SubStage - If a provider node is selected when the generating code button is pressed, only the code for the selected provider is generated. Code for all providers is generated if the project node is selected.
394 lines of code changed in 5 files:
undid last commit -- Ok rob, you were right ;)
0 lines of code changed in 1 file:
test commit -- nothing to see here...
0 lines of code changed in 1 file:
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.
47 lines of code changed in 14 files:
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
128 lines of code changed in 16 files:
ADDED: Some basic release info to SubSonicCentral/Default.aspx
CHANGED: Added SubSonic.Migrations to SandCastle Help File Builder. Removed SubSonic.SubCommander.
FIXED: Namespace Parsing Error in CodeRunner.GetTypeName(). See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17264
FIXED: DB.Update() Doesn't Allow Multiple SETs. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15768
37 lines of code changed in 4 files:
FIXED: Aggregates With Where (Not Having) Creates bad SQL (testcase included). See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16936
FIXED: Aggregates With Where (Not Having) Creates bad SQL (testcase included) - Updated Patch. (Thanks Geoff!) See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17245
FIXED: SqlDataProvider.GetSelectSql() - ORDER BY Columns Must be in SelectList When IsDistinct=true. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=11763
FIXED: ANSISqlGenerator.PAGING_SQL Contains Incorrect Paging Definition. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17075
243 lines of code changed in 10 files:
FIXED: DB.Save() Doesn't Insert Records if the PrimaryKey is not AutoIncrement. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17008
FIXED: DB.Save() Doesn't Insert Records When Primary Key is UNIQUEIDENTIFIER. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17187
FIXED: SubStage Doesn't Save Generated Code Language. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17041
ADDED: Patch for Improved Implementation of SqlQuery.GetRecordCount(). See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17157
151 lines of code changed in 8 files:
CHANGED: Global code clean up and reformatting
CHANGED: Updated System.Data.SQLite.DLL to 1.0.51.0
3933 lines of code changed in 120 files: