SeasonPan

Results 2 issues of SeasonPan

## Description Hello, we used to use logback in our springboot project, recently migrated to log4j2 and we found that a lot of the exception stack is gone. For example,...

bug
api

**database**: sqlite (also tested in mysql) ```python create_sql = 'create table test(`id` INT PRIMARY KEY NOT NULL, `name` CHAR(32) NOT NULL)' insert_sql = 'insert into test(id, name) values (1, "Jim")'...