This seams like a regresion bug.
Adding a property to an existing entity won麓t add the corresponding column, thus any insert query will fail with "No such column" error
I just added a specific test but am not seeing any problems with migration.
Can you provide an example that's not working?
Yeah, I need some time to isolate the issue from my project
Hey, I am experiencing the same thing. CreateTableAsync does not create new columns.
Maybe it is related to this issue: https://github.com/praeclarum/sqlite-net/issues/461
It was fixed a few days ago.
It looks like the same issue. Is #461 available in a nuget?
I don't think so.
The last release was 12 days ago. And the fix was 6 days ago.
I didn麓t test it, but I think the test @praeclarum wrote for this issue is not failing due to #461 fix. This issue may be just a duplicate. @praeclarum can you run that test against the last nuget release?
Yeah I assume the #461 fix will fix this, was just looking for confirmation.
Current releases are going to 1.5.xxx-beta and you could grab one of those.
@praeclarum Awesome. No need to say your library is pretty handy for tons of devs. Thank you.
Is this still in beta? When can we expect it in stable?
Most helpful comment
@praeclarum Awesome. No need to say your library is pretty handy for tons of devs. Thank you.