yiskang / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

Incorrect result from sqlite3_column_text #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. CREATE TABLE "a" ("b");
2. INSERT INTO "a" VALUES ('');

What is the expected output? What do you see instead?

When enumerating table "a" sqlite3_column_text will return null instead of 
String.Empty for the inserted value.

What version of the product are you using? On what operating system?

3.6.23

Please provide any additional information below.

The bug is in the function sqlite3_column_text.

Original issue reported on code.google.com by filip.na...@gmail.com on 17 Mar 2010 at 4:34

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by noah.hart@gmail.com on 27 Jul 2010 at 11:17

GoogleCodeExporter commented 8 years ago
Verified that bug still exists in 3.7.5

Original comment by noah.hart@gmail.com on 4 Mar 2011 at 8:52

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 256fba6f8e.

Original comment by noah.hart@gmail.com on 5 Mar 2011 at 1:47