From d2d3878de1a7be9e18fb0815aa0bc221ad2a5281 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Thu, 17 Jan 2013 21:58:53 +0000 Subject: [PATCH] typo fix --- plugins/dbms/db2/syntax.py | 2 +- xml/livetests.xml | 43 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/plugins/dbms/db2/syntax.py b/plugins/dbms/db2/syntax.py index 8a1140710..6751cedc0 100644 --- a/plugins/dbms/db2/syntax.py +++ b/plugins/dbms/db2/syntax.py @@ -15,7 +15,7 @@ class Syntax(GenericSyntax): @staticmethod def unescape(expression, quote=True): - if expression == "'" + if expression == "'": return expression if quote: diff --git a/xml/livetests.xml b/xml/livetests.xml index 255762f78..ed0c8b9fc 100644 --- a/xml/livetests.xml +++ b/xml/livetests.xml @@ -701,6 +701,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +