]> git.ipfire.org Git - thirdparty/sqlite.git/commit
JNI: add Sqlite.Stmt.step(boolean) overload which returns the result code of sqlite3_...
authorstephan <stephan@noemail.net>
Tue, 14 Nov 2023 14:38:11 +0000 (14:38 +0000)
committerstephan <stephan@noemail.net>
Tue, 14 Nov 2023 14:38:11 +0000 (14:38 +0000)
commitcb3a0b1b67c09b420f6d590e75811c84777c35af
tree3300fd23c49fd97c8ba9f77b16adec08c031ae38
parent34ccd18d65ea23b24bf77f66d285c8a793113320
JNI: add Sqlite.Stmt.step(boolean) overload which returns the result code of sqlite3_step() unless passed true, in which case it throws for any result other than ROW or DONE. The intent is to simplify handling of LOCKED and BUSY errors.

FossilOrigin-Name: f4f1cc201a7dc618a66617778ecf58ba60461ae700cb41f5c4abfa26dd0c0ed4
ext/jni/src/org/sqlite/jni/wrapper1/Sqlite.java
ext/jni/src/org/sqlite/jni/wrapper1/Tester2.java
manifest
manifest.uuid