Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Prep for 67 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sourceforge |
Files: | files | file ages | folders |
SHA1: |
e842408df117a1c68394734367dacffa |
User & Date: | rmsimpson 2010-08-11 16:13:37.000 |
Context
2010-08-11
| ||
16:14 | Updates for 67 release check-in: 09564699fe user: rmsimpson tags: sourceforge | |
16:13 | Prep for 67 check-in: e842408df1 user: rmsimpson tags: sourceforge | |
16:12 | Various designer fixes check-in: eaebdca96e user: rmsimpson tags: sourceforge | |
Changes
Changes to SQLite.Interop/SQLite.Interop.rc.
︙ | |||
49 50 51 52 53 54 55 | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | - + - + - + | ///////////////////////////////////////////////////////////////////////////// // // Version // VS_VERSION_INFO VERSIONINFO |
︙ |
Changes to SQLite.Interop/SQLite.Interop.vcproj.
︙ | |||
135 136 137 138 139 140 141 | 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 | - + | Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" ExecutionBucket="7" Optimization="1" FavorSizeOrSpeed="2" |
︙ | |||
160 161 162 163 164 165 166 | 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 | - + | Name="VCPreLinkEventTool" CommandLine="" /> <Tool Name="VCLinkerTool" IgnoreImportLibrary="true" AdditionalOptions=" /subsystem:windowsce,4.20 /ARMPADCODE" |
︙ |
Changes to SQLite.NET.suo.
cannot compute difference between binary files
Changes to readme.htm.
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | - - + + | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> </head> <body> ADO.NET 2.0/3.5 SQLite Data Provider<br> |
︙ | |||
122 123 124 125 126 127 128 129 130 131 132 133 134 135 | 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 | + + + + + + + + | <p> The core sqlite engine is compiled directly from the unmodified source code available at the sqlite.org website. Several additional pieces are compiled on top of it to extend its functionality, but the core engine's source is not changed.</p> <p></p> <p> <b>Version History</b></p> <p><b>1.0.67.0 - August X, 2010</b></p> <ul> <li>Code merge with SQLite 3.7.0.1</li> <li>Re-enabled VS2005 designer support, broken in previous versions during the 2008 transition</li> <li>Implemented new forms of Take/Skip in the EF framework courtesy jlsantiago</li> <li>Added "Foreign Keys" to the connection string parameters</li> <li>Added the Truncate option to the Journal Modes enumeration</li> </ul> <p><b>1.0.66.0 - April 18, 2010</b></p> <ul> <li>Code merge with SQLite 3.6.23.1</li> <li>Fixed a bug in the installer that accidentally modified the machine.config on .NET versions prior to 2.0, invaliding the config file.</li> <li>Fixed INTERSECT and EXCEPT union query generation in EF</li> <li>Fixed an out of memory error in the trigger designer in cases where a WHEN clause is used in the trigger</li> </ul> |
︙ |