Closed GoogleCodeExporter closed 9 years ago
I'm not sure how to set this to a low priority. Sorry.
Original comment by davidrib...@yahoo.com
on 29 Dec 2010 at 11:13
I wholeheartedly agree this is ugly, however, this is consistent with the
respective SQLite methods:
http://sqlite.org/c3ref/column_blob.html - columns start at 0
http://sqlite.org/c3ref/bind_blob.html - bound vars start at 1
Since sqlite4java is just a wrapper (although a smart one), we need to stick to
the conventions and docs provided by SQLite.
Anyway, thanks for posting your opinion!
Igor
Original comment by ser...@gmail.com
on 29 Dec 2010 at 11:24
Makes sense to me. Thanks for the quick response.
Original comment by davidrib...@yahoo.com
on 29 Dec 2010 at 11:54
Original issue reported on code.google.com by
davidrib...@yahoo.com
on 29 Dec 2010 at 11:12