Re: [sqlite] Error handling anomaly ...

2008-11-26 Thread Igor Tandetnik
Rob Sciuk <[EMAIL PROTECTED]> wrote: > In a test harness, I'm using a sqlite3_prepare/bind/step/finalize > sequence to add rows to a table, and then add them again, > intentionally violating the unique index constraints. It appears > that sqlite3_step reports the violation (sqlite3_errorMessage),

[sqlite] Error handling anomaly ...

2008-11-26 Thread Rob Sciuk
In a test harness, I'm using a sqlite3_prepare/bind/step/finalize sequence to add rows to a table, and then add them again, intentionally violating the unique index constraints. It appears that sqlite3_step reports the violation (sqlite3_errorMessage), and then the details (the offending