From 3bd0f75912319de18e1ecdd5ef0f4c3f08b5a15c Mon Sep 17 00:00:00 2001 From: wenzhouwww Date: Fri, 27 Aug 2021 15:16:33 +0800 Subject: [PATCH] [TD-6359]: add test case for escape '_' by '\' --- tests/pytest/query/queryLike.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pytest/query/queryLike.py b/tests/pytest/query/queryLike.py index e771d7c68f..2bcd5906a8 100644 --- a/tests/pytest/query/queryLike.py +++ b/tests/pytest/query/queryLike.py @@ -17,7 +17,6 @@ from util.log import * from util.cases import * from util.sql import * - class TDTestCase: def init(self, conn, logSql): tdLog.debug("start to execute %s" % __file__)