Open GtechGovind opened 10 months ago
Hi,
Thanks for trying this out! I haven't done much testing where different table names and column names are used yet.
Something I will look into very shortly. Can you try without explicitly setting the tableName and columnInfo names (e.g. just allow it to name those as per the default)?
I think what you did is right as per the Room annotations, but the implementation on Door's side needs to be updated.
I did try that, without explicitly setting the tableName and columnInfo or any extra parameters, but the outcome remains unchanged.
This is my Implementation
but it is giving me an error saying org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such table: TvmConfiguration)
any specific reason why? or did do something wrong?