This repository has been archived by the owner on Aug 22, 2020. It is now read-only.
forked from typeorm/typeorm
-
Notifications
You must be signed in to change notification settings - Fork 13
AutoSync doesn't work #4
Comments
Same here on websql |
Can confirm this problem (websql). If you change something on the schema, and then run you're app it will throw a sql object error. This is a big problem when giving out updates where DB changes are required, are there any ways to it manually without the user losing his data? |
Hi, I found a solution by changing some code. But i don't commit my changes to github. (I never do this so it will take time for me, and haven't yet). Hope, i work on it next week. |
any progress? |
I Update the component : available with |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
First, thanks a lot for your work.
I'm experiencing a trouble with the "autoSchemaSync: true". It seems that it doesn't work nor in webBrowser nor on android Device. Each time i add a column i get this SQLError code : 5 /message : "could not prepare statement (1 no such column: EntityName.ColumnName)". I tried to use the ionic-orm test and it seems to have the same issue.
Any idea ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: