From 6978b242d0e02f65473930e9e2a0f2665c2e8863 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 30 Sep 2016 22:14:02 +0300 Subject: [PATCH] Document that the program requotes names --- docs/mysql2sql.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/mysql2sql.rst b/docs/mysql2sql.rst index 0035c55..ec3062b 100644 --- a/docs/mysql2sql.rst +++ b/docs/mysql2sql.rst @@ -6,7 +6,8 @@ convert mysqldump (especially with extended INSERT syntax) to standard SQL to load at least to PostgreSQL or SQLite. The program is in the early stage of development and currently cannot do much. -It removes /\*! directives \*/, unescapes strings and escapes them to a +It removes /\*! directives \*/, unquotes names quoted with backticks, quote +non-lowercase names with double quotes, unescapes strings and escapes them to a different quoting style, and passes everything else unmodified. -- 2.39.2