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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+