Skip to content

[bug]an exception thrown out when the table name conflict with keyword in mysql #39

@ycwdaaaa

Description

@ycwdaaaa

when I tried to use Changes.setStartPointNow(), I got an exception that 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.
This due to my table name is group which conflict with keyword in mysql. And then I want to use the "`" to solve this problem just like I did in mysql side. But it still not working, I got another exception that Incorrect table name ''

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions