Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | CF adjustments |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sourceforge |
Files: | files | file ages | folders |
SHA1: |
2f5efd135bb9ca1f9c1624d61aa3da4e |
User & Date: | rmsimpson 2006-05-15 14:44:47.000 |
Context
2006-05-15
| ||
14:45 | Inherit from DbException check-in: 1b720ed166 user: rmsimpson tags: sourceforge | |
14:44 | CF adjustments check-in: 2f5efd135b user: rmsimpson tags: sourceforge | |
14:24 | Fix numeric scale/precision schema info check-in: f7f8595cb8 user: rmsimpson tags: sourceforge | |
Changes
Changes to System.Data.SQLite/AssemblyInfo.cs.
︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | - + | [assembly: AssemblyDescription("ADO.NET 2.0 Data Provider for SQLite")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("http://sqlite.phxsoftware.com")] [assembly: AssemblyProduct("System.Data.SQLite")] [assembly: AssemblyCopyright("Public Domain")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] |
︙ |
Changes to System.Data.SQLite/SR.Designer.cs.
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - | /// </summary> // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
︙ |