Include custom error message in all SQLite3 exceptions.
authorRogier <rogier777@gmail.com>
Mon, 28 Dec 2015 18:34:16 +0000 (19:34 +0100)
committerest31 <MTest31@outlook.com>
Tue, 29 Dec 2015 23:09:02 +0000 (00:09 +0100)
commitcb30facda0351a148005bfe33377c2ecc8f97af8
tree1bc24f20c9d5cee8ca5d128965b90c58437d2e2a
parentc6bb6f99d1fc0acd0161307a17dd31eea4a56fff
Include custom error message in all SQLite3 exceptions.

And replace manual tests for error with SQLOK() where possible.
src/database-sqlite3.cpp