System.Data.SQLite

Changes On Branch tkt-8d928c3e88
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch tkt-8d928c3e88 Excluding Merge-Ins

This is equivalent to a diff from c2e4f24377 to 45312da90e

2015-01-14
21:26
Address all the LINQ issues mentioned in ticket [8d928c3e88]. Make the storage schema (SSDL) files more consistent with their provider names. check-in: 9ff0f0adf0 user: mistachkin tags: trunk
2015-01-13
04:08
Fix extra single quotes around the formatted DateTime values in the LINQ assembly. Use GetSettingValue to access the new environment variables. Closed-Leaf check-in: 45312da90e user: mistachkin tags: tkt-8d928c3e88
03:39
In the LINQ assembly, when surrounding single quotes are required for a formatted DateTime value, be sure to escape contained single quotes. check-in: b999c9c818 user: mistachkin tags: tkt-8d928c3e88
03:34
Merge updates from trunk. check-in: a15efc1fd5 user: mistachkin tags: tkt-8d928c3e88
03:34
Attempt to make the 'legacy' NuGet package configuration transform work the same as the EF6 one. check-in: c2e4f24377 user: mistachkin tags: trunk
03:30
Remove a comment that is no longer accurate. check-in: 812281ccef user: mistachkin tags: trunk

Changes to Doc/Extra/Provider/environment.html.
Changes to Doc/Extra/Provider/version.html.
Changes to System.Data.SQLite.Linq/Resources/SQLiteProviderServices.StoreSchemaDefinition.EF6.ssdl.
Changes to System.Data.SQLite.Linq/Resources/SQLiteProviderServices.StoreSchemaDefinition.Linq.ssdl.
Changes to System.Data.SQLite.Linq/SQL Generation/SqlBuilder.cs.
Changes to System.Data.SQLite.Linq/SQL Generation/SqlGenerator.cs.
Changes to System.Data.SQLite.Linq/SQLiteProviderManifest.cs.
Changes to System.Data.SQLite.Linq/SQLiteProviderServices.cs.
Changes to System.Data.SQLite/Configurations/System.Data.SQLite.dll.config.
Changes to System.Data.SQLite/SQLite3.cs.
Changes to System.Data.SQLite/SQLiteConnection.cs.
Changes to Tests/basic.eagle.
Added Tests/tkt-8d928c3e88.eagle.
Changes to Tests/tkt-e47b3d8346.eagle.
Changes to readme.htm.
Changes to testlinq/Program.cs.
Changes to www/news.wiki.