Jon, Version 4.2.2 has been released, but it's still not working. We're still getting "system.Byte[]". This might have something to do with the declaration types. We use SQLite's loose determination of column affinity (see 2.1 here: http://www.sqlite.org/datatype3.html http://www.sqlite.org/datatype3.html ) to specify a more specific type than the ones SQLite supports. For example: "guidblob" to store a Guid, "uint8" for a byte and "uint1" for booleans. This way our code has a generic way to determine the type. Is there a way SqliteDataReader.GetDataTypeName() can return the actual defined column type, like it used to do before 4.2.1 ?
Robin -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/SqliteDataReader-GetDataTypeName-returns-Net-data-type-instead-of-native-SQLite-data-type-in-4-2-1-tp5709933p5710076.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
