SQLiter icon indicating copy to clipboard operation
SQLiter copied to clipboard

Minimal multiplatform sqlite library

Results 51 SQLiter issues
Sort by recently updated
recently updated
newest added

Add an option to configure tracing on start

enhancement
redesign

the tests don't run because the native code is being linked multiple times. ``` error: Linking globals named 'CreateCStringFromStringWithSize': symbol multiply defined! ``` I think we'll need to do a...

Some of the relevant CTS suite tests have been copied into the testing source set. Some are redundant and some don't apply. Continue reviewing which ones might be helpful, and...

What do we do when ThrowSql_SQLiteException called?

There are two primary considerations. First, enabling logging on android requires the following: Enable using "adb shell setprop log.tag.SQLiteStatements VERBOSE". Enable using "adb shell setprop log.tag.SQLiteTime VERBOSE". Also, both methods...

Calling sqlite3_step may return one of several result codes. We want to be precise about what they mean in different contexts. Primarily we don't want to fail unnecessarily. https://www.sqlite.org/c3ref/step.html

Apparently you can corrupt your db files. The android sqlite stack handles this, but knarch.db was never going to properly do so. Should provide some facility for doing so.

I use SQLDelight and tried to update to the recent version of 1.5.4 alongside with updating to Kotlin 1.7.20. I get this error message: ``` > Task :shared:compileAppleMainKotlinMetadata FAILED w:...