]> git.phdru.name Git - sqlconvert.git/blobdiff - docs/mysql2sql.rst
Unescape strings
[sqlconvert.git] / docs / mysql2sql.rst
index 9c1892d62a7054d88bf410624e5fb5144f25b1e9..12e574b3676702d30b42ac3f37c18b5bd43c5049 100644 (file)
@@ -5,8 +5,9 @@ This is mysql2sql, a mysql to sql converter. It is primary intended to
 convert mysqldump (especially with extended INSERT syntax) to standard
 SQL to load at least to PostgreSQL or SQLite.
 
-The program is in its initial phase and currently cannot do much. It only
-removes /\*! directives \*/ and passes everything else unmodified.
+The program is in the early stage of development and currently cannot do much.
+It removes /\*! directives \*/, unescapes strings and passes everything else
+unmodified.
 
 
 .. highlight:: none