Is Exception Handling supported?
Yes! StepSqlite supports all PL/SQL exception handling constructs. Even the standard exception handlers like, NO_DATA_FOUND, INVALID_CURSOR etc are pre-defined for you. Also available are SQLCODE, SQLERRM and RAISE_APPLICATION_ERROR functions. To use exception handling features with SQLite you need to compile the C code of SQLite to allow it to pass-through exceptions to C++ libraries generated by StepSqlite.