Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Expose the 'Uri' and 'FullUri' properties in the design-time dialogs. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
96e1f973fa3c18bdfbb3603222c74231 |
User & Date: | mistachkin 2014-05-27 18:43:38.986 |
Context
2014-05-29
| ||
04:52 | Add the DefaultDbType and DefaultTypeName connection string properties to the SQLiteConnectionStringBuilder class. check-in: 67d18c8ae3 user: mistachkin tags: trunk | |
2014-05-27
| ||
18:43 | Expose the 'Uri' and 'FullUri' properties in the design-time dialogs. check-in: 96e1f973fa user: mistachkin tags: trunk | |
18:34 | Rename the script used for testing builds for Windows CE 200x. check-in: 32f6c0410c user: mistachkin tags: trunk | |
Changes
Changes to System.Data.SQLite/SQLiteConnectionStringBuilder.cs.
︙ | |||
188 189 190 191 192 193 194 | 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 | - + + - + + | this["data source"] = value; } } /// <summary> /// An alternate to the data source property /// </summary> |
︙ |