Closed GoogleCodeExporter closed 8 years ago
In Ln 3168 of sqlite3_h.cs, I changed SQLITE_INTEGER, etc. to public const.
In Ln 866 of vdbeapi_c.cs I changed sqlite3_column_type to public static int as
well
as column_int, blob, and double and was able to compile Benchmark.
Original comment by tor...@gmail.com
on 6 Aug 2009 at 6:50
Changed C#-SQLite constants to public, so that they can be seen by Benchmark
Original comment by noah.hart@gmail.com
on 6 Aug 2009 at 7:49
Original issue reported on code.google.com by
tor...@gmail.com
on 6 Aug 2009 at 6:37