]> git.phdru.name Git - sqlconvert.git/commit
Rename mysql2sql -> sqlconvert
authorOleg Broytman <phd@phdru.name>
Sun, 4 Sep 2016 11:16:36 +0000 (14:16 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 4 Sep 2016 11:16:36 +0000 (14:16 +0300)
commit159b4e3d7127e719a0dd12013dd54bf05b276ba9
tree5120667884f15152802bd6a7eecaea5a29357f55
parent5ecbd0d7b0fdd14e669438b44845eabe82285648
Rename mysql2sql -> sqlconvert
20 files changed:
README.txt
demo/group-file.py
demo/group-sql.py
demo/parse-file.py
demo/parse-sql.py
docs/Makefile
docs/conf.py
docs/genapidocs
docs/index.rst
docs/mysql2sql.rst [new file with mode: 0644]
mk-distr
publish-docs
scripts/mysql2sql
setup.py
sqlconvert/__init__.py [moved from mysql2sql/__init__.py with 100% similarity]
sqlconvert/__version__.py [moved from mysql2sql/__version__.py with 100% similarity]
sqlconvert/print_tokens.py [moved from mysql2sql/print_tokens.py with 100% similarity]
sqlconvert/process_tokens.py [moved from mysql2sql/process_tokens.py with 100% similarity]
tests/test_stgrouper.py
tests/test_tokens.py