From: Oleg Broytman Date: Sun, 11 Sep 2016 17:16:18 +0000 (+0300) Subject: Fix misspelling: mysq2sql -> mysql2sql X-Git-Tag: 0.0.6~23 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=6d0a03d91697c78a14b7ef31aa71b47b400fbb4b;p=sqlconvert.git Fix misspelling: mysq2sql -> mysql2sql --- diff --git a/README.txt b/README.txt index 7fff8cd..4e23eb1 100644 --- a/README.txt +++ b/README.txt @@ -8,6 +8,6 @@ sqlparse to parse SQL. The library is in the early stage of development and currently cannot do much. -The first goal is to implement mysq2sql, a script intended primarily to +The first goal is to implement mysql2sql, a script intended primarily to convert mysqldump output (especially with extended INSERT syntax) to standard SQL to load at least to PostgreSQL or SQLite. diff --git a/docs/index.rst b/docs/index.rst index 8ea923c..84f0dd3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,7 +11,7 @@ This is sqlconvert, a library to implement SQL converters. It uses `sqlparse The library is in the early stage of development and currently cannot do much. -The first goal is to implement `mysq2sql `_, a script intended +The first goal is to implement `mysql2sql `_, a script intended primarily to convert mysqldump (especially with extended INSERT syntax) to standard SQL to load at least to PostgreSQL or SQLite.