Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Removed dependency on app.config from project System.Data.SQLite - Netmodule. Fix for [9db22d7e32]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
312197770bdb432a59a7a4a8891b207d |
User & Date: | shaneh 2011-02-16 03:45:57.000 |
References
2011-02-16
| ||
05:12 | • Fixed ticket [49e9ab9f8f]: Missing app.config file for System.Data.SQLite - NetModule plus 3 other changes artifact: fa95ded356 user: shane | |
Context
2011-02-16
| ||
05:05 | Don't set SQLITE_OPEN_CREATE when "Read Only=true" is used in the connection string. Fix for [ac0e253dcf]. check-in: 99e4838b78 user: shaneh tags: trunk | |
03:45 | Removed dependency on app.config from project System.Data.SQLite - Netmodule. Fix for [9db22d7e32]. check-in: 312197770b user: shaneh tags: trunk | |
03:42 | Added null check on p in sqlite3_finalize_interop(). Fix for [fc994d007d]. check-in: 726d3115f6 user: shaneh tags: trunk | |
Changes
Changes to System.Data.SQLite/System.Data.SQLite - Netmodule.csproj.
︙ | ︙ | |||
124 125 126 127 128 129 130 | <EmbeddedResource Include="SR.resx"> <SubType>Designer</SubType> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>SR.Designer.cs</LastGenOutput> </EmbeddedResource> </ItemGroup> <ItemGroup> | < | 124 125 126 127 128 129 130 131 132 133 134 135 136 137 | <EmbeddedResource Include="SR.resx"> <SubType>Designer</SubType> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>SR.Designer.cs</LastGenOutput> </EmbeddedResource> </ItemGroup> <ItemGroup> <None Include="System.Data.SQLite.snk" /> </ItemGroup> <ItemGroup> <None Include="DataTypes.xml" /> </ItemGroup> <ItemGroup> <None Include="MetaDataCollections.xml" /> |
︙ | ︙ |