Closed GoogleCodeExporter closed 9 years ago
Please recheck under 3.7.5 if this is still a problem
Original comment by noah.hart@gmail.com
on 6 Mar 2011 at 11:45
[deleted comment]
Yes, still repros in 3.7.5.
Create a database with a nullable nvarchar column. *Omit* that column from the
insert. Then retrieve that column using the SqliteClient (not the native API).
SqliteDataReader.GetString will throw a NullReferenceException because it
attempts to call ToString() on a null.
Original comment by tanza...@gmail.com
on 7 Mar 2011 at 12:36
This issue was closed by revision c30391deab.
Original comment by noah.hart@gmail.com
on 7 Mar 2011 at 1:13
@tanza -- it will simply return null now after the latest checkin
Original comment by noah.hart@gmail.com
on 7 Mar 2011 at 1:14
Original issue reported on code.google.com by
nikolay....@gmail.com
on 24 Nov 2010 at 9:10