google-developer-training / basic-android-kotlin-compose-training-inventory-app

Apache License 2.0
77 stars 84 forks source link

Persist data with Room #20

Closed lyay closed 1 year ago

lyay commented 1 year ago

[URL of codelab:] (https://developer.android.com/codelabs/basic-android-kotlin-compose-persisting-data-room#5)

Specify the language of the codelab if it is not English: SQL

In which task and step of the codelab can this issue be found? 6. Create the item DAO

Describe the problem Error in SQL query. Wrong table name in @Query("SELECT from item WHERE id = :id") Right string @Query("SELECT from items WHERE id = :id")

osuleymanova commented 1 year ago

Duplicate of #17, #13, #8, #6.

osuleymanova commented 1 year ago

Hello @lyay,

Thank you for reaching out to us. It is fixed and published.