Skip to content

JSQL Parser not able to parse insert of blob in Mysql #166

@amolskh

Description

@amolskh

When we try to insert a blob in MYSQL database.
We get some query of this format
INSERT INTO TABLE VALUES('1',"DSDD", x'EFBFBDC7AB');

because of x'EFBFBDC7AB' JSQL is not able to parse the string .. Is there any workaround or fix for the same?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions