dolt
dolt copied to clipboard
Postgres compatible mode for `dolt diff -r sql`
dolt diff --sql may be used to build simple patches for databases that are no MySQL. Backticks are not universally supported as part of standard SQL. For instance PostgreSQL pukes on them. We should use them only when necessary.