Skip to content

doesn't support sql parameter in set clause #202

@18025341316

Description

@18025341316

When use parser to parse the sql like this:

  update tbl_customer t set t.`description`=:yp where t.id=1;

the parser failed.it seems the parser cann't handle sql parameter in the SET sub-clause.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions