X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=sqlconvert%2Fprocess_mysql.py;fp=sqlconvert%2Fprocess_mysql.py;h=0320b7f30e794886624ebbb6d4a0df5993d2f671;hb=a8a222e1ecd38370eeb2a23d9761eacd959a2e2b;hp=9bfef92de598c09c68f99623d1b2cdd1de157273;hpb=6f433a4531f0e301f3534de7f0278afbcf79d50e;p=sqlconvert.git diff --git a/sqlconvert/process_mysql.py b/sqlconvert/process_mysql.py index 9bfef92..0320b7f 100644 --- a/sqlconvert/process_mysql.py +++ b/sqlconvert/process_mysql.py @@ -71,9 +71,9 @@ def unescape_strings(token_list): def process_statement(statement, quoting_style='sqlite'): - remove_directive_tokens(statement) requote_names(statement) unescape_strings(statement) + remove_directive_tokens(statement) escape_strings(statement, quoting_style) yield statement return