SUPER WEIRD ISSUE #383
Replies: 4 comments 11 replies
-
This is a new field that was added using the schema modifier by raising the version number by one. Also curiously, none of the new fiedls I am adding with version numbers, while they do show in the tables, they do not show when viewing in chrome indexeddb. |
Beta Was this translation helpful? Give feedback.
-
Yeah it doesnt seem like where clauses work properly on any field that is added using the schema version number changing system SUPER WEIRDLY it does work if you capitalize the W in WHERE... |
Beta Was this translation helpful? Give feedback.
-
It appears like it has something to do like such I had a device on version 13, I added this particular field for version 14... The device upgraded, and acquired that field Other devices had never seen this database before at all... So they were starting from nothing... They did NOT receive this field? Do we need to add new fields to both the base schema AND the alter section perhaps? The documentation has new fields showing only in the alter section, but not added to the base schema for the table |
Beta Was this translation helpful? Give feedback.
-
@matthewhisle this is fixed in version - 4.8.3. Thanks for reporting this and explaining. We have also added test cases considering this specific case, to make sure this does not happen again. Let me know if you still see this or something else. |
Beta Was this translation helpful? Give feedback.
-
I have a SUPER WEIRD issue.
It is saying no index exists on a column only if I don't capitalize the W in where. The field does exist on the table.
Beta Was this translation helpful? Give feedback.
All reactions