SQLiter icon indicating copy to clipboard operation
SQLiter copied to clipboard

Precise error code handling for step calls

Open kpgalligan opened this issue 7 years ago • 0 comments

Calling sqlite3_step may return one of several result codes. We want to be precise about what they mean in different contexts. Primarily we don't want to fail unnecessarily.

https://www.sqlite.org/c3ref/step.html

kpgalligan avatar Oct 31 '18 15:10 kpgalligan