From: Oleg Broytman Date: Fri, 30 Sep 2016 19:14:02 +0000 (+0300) Subject: Document that the program requotes names X-Git-Tag: 0.0.8~14 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=6978b242d0e02f65473930e9e2a0f2665c2e8863 Document that the program requotes names --- 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.