UInt32 is too large for Int32
authorMatthew Leibowitz <mattleibowmail@gmail.com>
Tue, 21 Aug 2012 06:01:55 +0000 (09:01 +0300)
committerMatthew Leibowitz <mattleibowmail@gmail.com>
Tue, 21 Aug 2012 06:01:55 +0000 (09:01 +0300)
commit91d8eea153690002e6620444dfe98102231381b7
tree414ea8889c2222b60206834028c98fee756e0170
parent31e9b802013bd3a42d057513a11ad55550604eee
UInt32 is too large for Int32

Fix for overflow exception as mapping a UInt32 to Int32 fails.
Changed mapping of UInt32 to Int64 instead.

Line 192 was moved to 184:
case `DbType.UInt32:` was moved to make it map to `_sql.Bind_Int64(...)`
mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite_2.0/SQLiteStatement.cs