X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=sqlconvert%2Fprocess_mysql.py;h=34565316e93b62f0f6092df7950fb597ef405f93;hb=a745f0f7a38739e6b5274060bfd38abd4ba4638b;hp=5c2924a1b5e7fe269f353e2c78e77eb0c9e8bd67;hpb=95103778dd6d6d279d9b3c9f83ff49ea5920c6e5;p=sqlconvert.git diff --git a/sqlconvert/process_mysql.py b/sqlconvert/process_mysql.py index 5c2924a..3456531 100644 --- a/sqlconvert/process_mysql.py +++ b/sqlconvert/process_mysql.py @@ -29,7 +29,7 @@ def is_directive_statement(statement): def remove_directive_tokens(statement): - """Remove /*! directives */ from the first-level""" + """Remove /\*! directives \*/ from the first-level""" new_tokens = [] for token in statement.tokens: if _is_directive_token(token):