After updating sqldelight from `1.3.0` to `1.4.3` ...
# squarelibraries
z
After updating sqldelight from
1.3.0
to
1.4.3
my tests started throwing:
Copy code
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?