From 37626f06185fd0c098279def70d796e487fd7504 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 19 Mar 2017 19:21:18 +0300 Subject: [PATCH] Update docs: mysql2sql can now split extended INSERTs --- docs/index.rst | 2 +- docs/mysql2sql.rst | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 24c348b..19f6a95 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,7 +14,7 @@ DB backends. The library is in the early stage of development and currently cannot do much. -The first goal is to implement `mysql2sql `_, a script +The library is accompanied with `mysql2sql `_, a script intended primarily to convert mysqldump (especially with extended INSERT syntax) to standard SQL to load at least to PostgreSQL or SQLite. diff --git a/docs/mysql2sql.rst b/docs/mysql2sql.rst index 8e31058..e51ea60 100644 --- a/docs/mysql2sql.rst +++ b/docs/mysql2sql.rst @@ -5,10 +5,11 @@ 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 the early stage of development and currently cannot do -much. It removes /\*! directives \*/, unquotes names quoted with backticks, -quote non-lowercase names with double quotes, unescapes strings and escapes -them to a different quoting style, and passes everything else unmodified. +The program removes /\*! directives \*/, unquotes names quoted with +backticks, quote non-lowercase names with double quotes, unescapes strings +and escapes them to a different quoting style, and splits extended INSERTs +into a series of plain INSERTs separated by newlines. Everything else is +passed unmodified. .. highlight:: none -- 2.39.2