You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current, it was only possible to import data into an empty database using SQLAlchemy. However, it is more often that the database is not empty and hence needs a bit extra logic to cope with existing data: 1) update existing items 2) skipping them. Let's give the choice to the developer.
chfw
changed the title
Update/Skipping row during data import into database using SQLAlchemy
Update/Skipping row during data import into database
Jan 15, 2016
Current, it was only possible to import data into an empty database using SQLAlchemy. However, it is more often that the database is not empty and hence needs a bit extra logic to cope with existing data: 1) update existing items 2) skipping them. Let's give the choice to the developer.
Relevant issue: pyexcel-webwares/Flask-Excel#7
The text was updated successfully, but these errors were encountered: