]> git.phdru.name Git - sqlconvert.git/commitdiff
Document that the program requotes names
authorOleg Broytman <phd@phdru.name>
Fri, 30 Sep 2016 19:14:02 +0000 (22:14 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 30 Sep 2016 19:14:02 +0000 (22:14 +0300)
docs/mysql2sql.rst

index 0035c555f29d7c7e528763f12ca6d982cf641d15..ec3062bbf1b3234b403d0744d67f0eb58998f857 100644 (file)
@@ -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.
 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.
 
 
 different quoting style, and passes everything else unmodified.