alter table not working
Opened this issue · 1 comments
rbabler commented
Hi,
after device ready i create db tables and alter statements. All statements are succesfully executed.
If i try to insert in my table, i got an error that my new column (created with alter table add ...) does not exists.
I don´t have a typo.
If i clear the data of my app, then i works correctly. But in this way i lost the data and so it is not a possible way.
Is there a problem, if the table has data and i try to add a new column?
Please have you some tips for me.
best regards
René
EddyVerbruggen commented
Interesting question, not sure if that's general SQLte behavior or not. Perhaps you're best off asking the maintainers of the upstream repo.