What steps will reproduce the problem?
1. Create a table with one column of Int, NULL allowed
2. Insert 3 rows, first value is NULL, 2nd and 3rd values some integer
3. Use SqliteDataReader and use method GetFieldType(i)
What is the expected output? What do you see instead?
The above method returns typeof(string); should be typeof(Int32)
What version of the product are you using? On what operating system?
3.6.23. Win 7 Pro 64-bit
Please provide any additional information below.
Original issue reported on code.google.com by fusoy...@gmail.com on 16 Jun 2010 at 12:02
Original issue reported on code.google.com by
fusoy...@gmail.com
on 16 Jun 2010 at 12:02