mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-09 20:28:07 +00:00
fix: update + filter meta db.
This commit is contained in:
parent
632aee3149
commit
51df0ee022
@ -345,7 +345,7 @@ class Database:
|
|||||||
return [
|
return [
|
||||||
d[0]
|
d[0]
|
||||||
for d in results
|
for d in results
|
||||||
if d[0] not in ["information_schema", "performance_schema", "sys", "mysql"]
|
if d[0] not in ["information_schema", "performance_schema", "sys", "mysql", "knowledge_management"]
|
||||||
]
|
]
|
||||||
|
|
||||||
def convert_sql_write_to_select(self, write_sql):
|
def convert_sql_write_to_select(self, write_sql):
|
||||||
|
Loading…
Reference in New Issue
Block a user