Skip to content

Commit

Permalink
sqlite3gen: start checking operations status
Browse files Browse the repository at this point in the history
check return value and in case of failures, print the errmsg.
to print the errmsg, the sqlite3* db is needed along with the
prepared statement, so add a db member to SqlStmt.

Signed-off-by: Adrian Negreanu <groleo@gmail.com>
  • Loading branch information
groleo committed Oct 25, 2017
1 parent ba8e432 commit 74cebdb
Showing 1 changed file with 139 additions and 112 deletions.

0 comments on commit 74cebdb

Please sign in to comment.