Inconsistent column numbering

Issue #23 wontfix
Former user created an issue

Originally reported on Google Code with ID 23 ``` SQLiteStatement.bind starts with 1, columnType, columnValue, etc. start with 0. ```

Reported by `davidribyrne@yahoo.com` on 2010-12-29 23:12:16

Comments (3)

  1. Former user Account Deleted

    ``` I'm not sure how to set this to a low priority. Sorry. ```

    Reported by `davidribyrne@yahoo.com` on 2010-12-29 23:13:05

  2. Igor Sereda

    ``` 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 ```

    Reported by `sereda` on 2010-12-29 23:24:53 - Status changed: `WontFix` - Labels added: Type-Other - Labels removed: Type-Defect

  3. Former user Account Deleted

    ``` Makes sense to me. Thanks for the quick response. ```

    Reported by `davidribyrne@yahoo.com` on 2010-12-29 23:54:46

  4. Log in to comment