From 3f7475849c0b2a9cc505381f5e3750404d626877 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 4 Sep 2016 17:46:58 +0300 Subject: [PATCH] Update docs: mention /*! directives */ --- docs/mysql2sql.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2