mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-27 14:30:00 -06:00
When exporting a database to an SQL file we used to export it like this: - Table 1 schema - Table 1 data - Table 2 schema - Table 2 data With this commit that is changed like this: - Table 1 schema - Table 2 schema - Table 1 data - Table 2 data This makes the resulting SQL file more robust for import because it avoids any foreign key errors as long as foreign keys are deferred.
6.5 KiB
6.5 KiB