SQLiter icon indicating copy to clipboard operation
SQLiter copied to clipboard

Database file name being created duplicates the last two characters

Open chasEnder opened this issue 2 years ago • 0 comments

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",..........

chasEnder avatar May 25 '23 20:05 chasEnder