AssertJ-DB 中使用 Changes 的时候,如果数据库中的表跟 mysql 的关键字冲突了,例如表名为 group。 那么调用 changes.setStartPointNow 的时候就会报错。报错信息如下:
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'group' at line 1
java
Table group_Table = new Table(source, "`group`");
报错:Incorrect table name ''