]> git.phdru.name Git - sqlconvert.git/commit
Fix a bug: do not add additional newlines
authorOleg Broytman <phd@phdru.name>
Sat, 27 Aug 2016 19:19:05 +0000 (22:19 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 27 Aug 2016 19:19:05 +0000 (22:19 +0300)
commit191f720863f5eb59af3162447de9a5a6f66ea59f
tree7efd7943d602bc977394a1bea3338bd8bf9807f7
parent890d2e6aff8c2cfe3ceaaa6f5c563a07d3bb0fb6
Fix a bug: do not add additional newlines

As the package doesn't strip newlines from the input string
(to preserve original newlines) there is no need to separate lines
with additional newlines.
mysql2sql/process_tokens.py