From 4c6e902471a69a1c29f12f6169f25b4743fe31b7 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 14 Dec 2010 07:49:30 +0000 Subject: [PATCH] removed obsolete comment --- plugins/dbms/firebird/syntax.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/dbms/firebird/syntax.py b/plugins/dbms/firebird/syntax.py index 80f2216fd..a601470e0 100644 --- a/plugins/dbms/firebird/syntax.py +++ b/plugins/dbms/firebird/syntax.py @@ -16,10 +16,6 @@ class Syntax(GenericSyntax): def __init__(self): GenericSyntax.__init__(self) - # As ASCII_CHAR is only available from v2.1 we'll need to adapt this one to use the - # commented-out part only if detected version>=2.1 - # Reference: wiki.firebirdsql.org/wiki/index.php?page=ASCII_CHAR - @staticmethod def unescape(expression, quote=True): if isDBMSVersionAtLeast('2.1'):