From: Oleg Broytman Date: Sun, 4 Sep 2016 14:46:58 +0000 (+0300) Subject: Update docs: mention /*! directives */ X-Git-Tag: 0.0.5~13 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=3f7475849c0b2a9cc505381f5e3750404d626877 Update docs: mention /*! directives */ --- diff --git a/docs/mysql2sql.rst b/docs/mysql2sql.rst index fdd17d0..9c1892d 100644 --- a/docs/mysql2sql.rst +++ b/docs/mysql2sql.rst @@ -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