Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pretty-print CREATE statements in SQL export
When exporting a database to an SQL file, output the CREATE statements in a standardised format, including line breaks, indentation and proper quoting. This requires our grammar parser to fully understand the schema of a database object in order to make sure no information is lost during the export. Because of this we fall back to the old way of doing this for all database objects that couldn't be fully parsed. See issue sqlitebrowser#629.
- Loading branch information