dolt icon indicating copy to clipboard operation
dolt copied to clipboard

Postgres compatible mode for `dolt diff -r sql`

Open timsehn opened this issue 5 years ago • 0 comments

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.

timsehn avatar Sep 08 '20 23:09 timsehn