mirror of
https://github.com/csunny/DB-GPT.git
synced 2026-01-18 00:16:51 +00:00
When a table name with special characters, such as trigger, exists in the database, the following error is reported. ```log 2023-07-25 00:02:47 | ERROR | stderr | sqlalchemy.exc.ProgrammingError: (pymysql.err.ProgrammingError) (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'trigger' at line 1") 2023-07-25 00:02:47 | ERROR | stderr | [SQL: SHOW INDEXES FROM trigger] ```
18 KiB
18 KiB