]> git.phdru.name Git - sqlconvert.git/blobdiff - docs/mysql2sql.rst
Update docs: mention /*! directives */
[sqlconvert.git] / docs / mysql2sql.rst
index aba493eed1522dab52c31d700bf3edeb365a018d..9c1892d62a7054d88bf410624e5fb5144f25b1e9 100644 (file)
@@ -1,16 +1,13 @@
-.. mysql2sql documentation master file, created by
-   sphinx-quickstart on Fri Jul 22 19:32:24 2016.
-   You can adapt this file completely to your liking, but it should at least
-   contain the root `toctree` directive.
-
-Welcome to mysql2sql's documentation!
-=====================================
+mysql2sql
+=========
 
 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