Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Preliminary fix for ticket [0ed01c447c]. Needs tests. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
81cf9aaddb1f1adc2965c07a65d63437 |
User & Date: | mistachkin 2016-06-24 20:55:04.744 |
Context
2016-06-28
| ||
17:19 | Add the new constraint operators. Fix for ticket [47182b7f82]. check-in: 349fd3a23e user: mistachkin tags: trunk | |
2016-06-24
| ||
20:55 | Preliminary fix for ticket [0ed01c447c]. Needs tests. check-in: 81cf9aaddb user: mistachkin tags: trunk | |
2016-06-23
| ||
04:08 | Final updates for release 1.0.102.0. check-in: e5addf8137 user: mistachkin tags: trunk, release, release-1.0.102.0 | |
Changes
Changes to System.Data.SQLite/Resources/DataTypes.xml.
︙ | ︙ | |||
765 766 767 768 769 770 771 | <IsSearchableWithLike>true</IsSearchableWithLike> <LiteralPrefix>'</LiteralPrefix> <LiteralSuffix>'</LiteralSuffix> <IsBestMatch>false</IsBestMatch> </DataTypes> <DataTypes> <TypeName>uniqueidentifier</TypeName> | | | | 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 | <IsSearchableWithLike>true</IsSearchableWithLike> <LiteralPrefix>'</LiteralPrefix> <LiteralSuffix>'</LiteralSuffix> <IsBestMatch>false</IsBestMatch> </DataTypes> <DataTypes> <TypeName>uniqueidentifier</TypeName> <ProviderDbType>9</ProviderDbType> <ColumnSize>16</ColumnSize> <DataType>System.Guid</DataType> <CreateFormat>uniqueidentifier</CreateFormat> <IsAutoIncrementable>false</IsAutoIncrementable> <IsCaseSensitive>false</IsCaseSensitive> <IsFixedLength>true</IsFixedLength> <IsFixedPrecisionScale>false</IsFixedPrecisionScale> <IsLong>false</IsLong> <IsNullable>true</IsNullable> <IsSearchable>true</IsSearchable> <IsSearchableWithLike>false</IsSearchableWithLike> <LiteralPrefix>'</LiteralPrefix> <LiteralSuffix>'</LiteralSuffix> <IsBestMatch>true</IsBestMatch> </DataTypes> <DataTypes> <TypeName>guid</TypeName> <ProviderDbType>9</ProviderDbType> <ColumnSize>16</ColumnSize> <DataType>System.Guid</DataType> <CreateFormat>guid</CreateFormat> <IsAutoIncrementable>false</IsAutoIncrementable> <IsCaseSensitive>false</IsCaseSensitive> <IsFixedLength>true</IsFixedLength> <IsFixedPrecisionScale>false</IsFixedPrecisionScale> |
︙ | ︙ |