zalewski.se
10/05/2020, 1:49 AM1.3.0
to 1.4.3
my tests started throwing:
kotlin.Exception: android/database/sqlite/SQLiteException - no such table: location (code 1): , while compiling: INSERT INTO location VALUES (?, ?, ?, ?, ?, ?)
Have anyone faced problem like this?
Also I noticed that now sqldelight auto-generates data classes
instead of interfaces
, what’s the reason behind this change?