CodePhiliaX / Chat2DB

🔥🔥🔥AI-driven database tool and SQL client, The hottest GUI client, supporting MySQL, Oracle, PostgreSQL, DB2, SQL Server, DB2, SQLite, H2, ClickHouse, and more.
http://chat2db.ai
Apache License 2.0
14.85k stars 1.66k forks source link

Bug: 按行复制为insert语句,生成的sql语句value全为null #1490

Open singlecats opened 1 month ago

singlecats commented 1 month ago

Chat2DB Version

v3.2.4

Describe the bug

mysql表内数据按行复制为insert语句,生成的sql语句value全为null,如下

INSERT INTO `test` (`id`,`create_time`,`update_time`) VALUES (NULL,NULL,NULL);