touchlab / SQLiter

Minimal multiplatform sqlite library
https://touchlab.co
177 stars 35 forks source link

Database file name being created duplicates the last two characters #101

Open chasEnder opened 1 year ago

chasEnder commented 1 year ago

Using sqliter(version: 1.0.10) packaged with SQLDelight(1.5.4) on native ios. The following database configuration is producing three files called "examplele", "examplele-shm", and "examplele-wal".

configuration = DatabaseConfiguration( name = "example",..........