[Sqlite] Rework type mapping between sqllite and .net using sqlite's substring matchi...
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Thu, 9 Aug 2012 10:24:02 +0000 (12:24 +0200)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Thu, 9 Aug 2012 13:06:17 +0000 (15:06 +0200)
commit74f598ce37222d5916f7f8788f09da533df7a1d0
tree6b9cc82bf963e147ef3dc00d2ce9276c0ac066ff
parentd57a2bcaba0ce08041374da8684d07456221f698
[Sqlite] Rework type mapping between sqllite and .net using sqlite's substring matching. Hopefully this will fix #5577 for good.
mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite_2.0/SQLiteConvert.cs
mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite_2.0/SQLiteDataReader.cs
mcs/class/Mono.Data.Sqlite/Test/SqliteDataReaderTest.cs