From bc3e98ac08c3437202eb8b262e52cf11d7a78176 Mon Sep 17 00:00:00 2001 From: RogerWork Date: Thu, 1 Aug 2024 16:05:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=9F=E6=88=90sql?= =?UTF-8?q?=E5=B7=AE=E5=BC=82=E6=96=87=E4=BB=B6=E4=B8=BA=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update/utils/db_compare.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update/utils/db_compare.py b/update/utils/db_compare.py index c1471b6..f34aa62 100644 --- a/update/utils/db_compare.py +++ b/update/utils/db_compare.py @@ -92,6 +92,8 @@ class DbCompare: pass elif line.strip().startswith('ALTER VIEW'): pass + elif line.strip().startswith('('): + pass elif line.strip().startswith('ALTER DEFINER'): temp.append(line) alter_definer = 1