]> git.phdru.name Git - sqlconvert.git/commit
Fix: Adapt to newer `sqlparse`
authorOleg Broytman <phd@phdru.name>
Wed, 26 Feb 2020 22:41:47 +0000 (01:41 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 27 Feb 2020 21:40:44 +0000 (00:40 +0300)
commit9bfd0fb291e1ca197ece43bb728f65830289d826
tree9b9a6f7db74d774e44b07768b75942fc696663ac
parent96ec2fdc1e551d98d78ec9bd3aa8ef997063dc4b
Fix: Adapt to newer `sqlparse`

`VALUES` is now a separate object that contains a lists of value tuples.
sqlconvert/process_mysql.py
tests/mysql2sql/test.out
tests/test_process_mysql.py