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
If first table populated with data, and sometimes DB rejects inserts bc of some constrains, but id will count up and on next insert gap appears. export_to_csv_file will generate files with id, but import_from_csv_file ignores id column creating them automatically.
If necessary, I will create a test_app to reproduce the issue.
The text was updated successfully, but these errors were encountered:
Let say we have two tables, where one refs on other
If first table populated with data, and sometimes DB rejects inserts bc of some constrains, but
id
will count up and on next insert gap appears.export_to_csv_file
will generate files with id, butimport_from_csv_file
ignores id column creating them automatically.If necessary, I will create a test_app to reproduce the issue.
The text was updated successfully, but these errors were encountered: