]> git.phdru.name Git - sqlconvert.git/commitdiff
Update docs: mention /*! directives */
authorOleg Broytman <phd@phdru.name>
Sun, 4 Sep 2016 14:46:58 +0000 (17:46 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 4 Sep 2016 14:46:58 +0000 (17:46 +0300)
docs/mysql2sql.rst

index fdd17d0856bff22843e397a57647ab462464e2ef..9c1892d62a7054d88bf410624e5fb5144f25b1e9 100644 (file)
@@ -5,7 +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.
+The program is in its initial phase and currently cannot do much. It only
+removes /\*! directives \*/ and passes everything else unmodified.
+
 
 .. highlight:: none