Implement a custom error condition for SQLite.
commit48afd70f3c77b6d21c876e85c2e717aa7cb3b5e8
authorAlexander Gavrilov <angavrilov@gmail.com>
Sat, 23 Oct 2010 09:30:50 +0000 (23 13:30 +0400)
committerAlexander Gavrilov <angavrilov@gmail.com>
Sat, 23 Oct 2010 09:30:50 +0000 (23 13:30 +0400)
treee95d6a20b81ea599b5bef2fa35f61de7f2191f1b
parentf81b198eb5d2e4d7dbea2cb78647d8cae0978f6b
Implement a custom error condition for SQLite.

This allows improved diagnostics and condition
handling opportunities. Since the constraint
error is likely to provoke special handling,
it is branched off into a separate type.
sqlite.lisp