Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix incorrect type |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sourceforge |
Files: | files | file ages | folders |
SHA1: |
bf78037aa9196623ee09391c481f6fae |
User & Date: | rmsimpson 2006-04-14 04:29:09.000 |
Context
2006-04-14
| ||
04:30 | Parameter fixups check-in: f1ab070a90 user: rmsimpson tags: sourceforge | |
04:29 | Fix incorrect type check-in: bf78037aa9 user: rmsimpson tags: sourceforge | |
2006-04-13
| ||
19:35 | 1.0.28.0 fixes check-in: 55fffe0c75 user: rmsimpson tags: sourceforge | |
Changes
Changes to System.Data.SQLite/DataTypes.xml.
︙ | ︙ | |||
15 16 17 18 19 20 21 | <IsSearchable>true</IsSearchable> <IsSearchableWithLike>false</IsSearchableWithLike> <IsUnsigned>false</IsUnsigned> <IsBestMatch>true</IsBestMatch> </DataTypes> <DataTypes> <TypeName>int</TypeName> | | | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | <IsSearchable>true</IsSearchable> <IsSearchableWithLike>false</IsSearchableWithLike> <IsUnsigned>false</IsUnsigned> <IsBestMatch>true</IsBestMatch> </DataTypes> <DataTypes> <TypeName>int</TypeName> <ProviderDbType>11</ProviderDbType> <ColumnSize>10</ColumnSize> <DataType>System.Int32</DataType> <CreateFormat>int</CreateFormat> <IsAutoIncrementable>false</IsAutoIncrementable> <IsCaseSensitive>false</IsCaseSensitive> <IsFixedLength>true</IsFixedLength> <IsFixedPrecisionScale>true</IsFixedPrecisionScale> |
︙ | ︙ |