Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix guid type |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sourceforge |
Files: | files | file ages | folders |
SHA1: |
555d0d530d8546159cdaa7acd984d629 |
User & Date: | rmsimpson 2010-08-15 22:10:24.000 |
Original Comment: | Fix guid type |
Context
2010-11-24
| ||
14:29 | Remove a duplicate DLL whose name differs only in case. check-in: 7f9e634bf5 user: drh tags: trunk | |
2010-08-15
| ||
22:10 | Fix guid type Closed-Leaf check-in: 555d0d530d user: rmsimpson tags: sourceforge | |
2010-08-11
| ||
16:17 | Updates for take and skip check-in: fc483e780a user: rmsimpson tags: sourceforge | |
Changes
Changes to System.Data.SQLite/DataTypes.xml.
︙ | |||
738 739 740 741 742 743 744 | 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 | - + - + | <IsSearchableWithLike>true</IsSearchableWithLike> <LiteralPrefix>'</LiteralPrefix> <LiteralSuffix>'</LiteralSuffix> <IsBestMatch>false</IsBestMatch> </DataTypes> <DataTypes> <TypeName>uniqueidentifier</TypeName> |
︙ |