I originally tried to change get() to throw a VariantException instead of SqliteException, but this would be a breaking change. So instead I opted for letting the error code == 0 if it's an error that is unrelated to Sqlite (because type conversion errors are unrelated to the C database routines).
I originally tried to change
get()
to throw a VariantException instead of SqliteException, but this would be a breaking change. So instead I opted for letting the error code == 0 if it's an error that is unrelated to Sqlite (because type conversion errors are unrelated to the C database routines).