Comment #2 on issue 481 by
cr...@grindsoftware.com: Hexadecimal Value using
With Flyway 3.0 I still seem to be having issues. For instance, with the
following INSERT statement in my migration:
INSERT INTO LTO.LANDING_PAGE_INFO (LNDNG_PAGE_NFO_OID, LOCK_SEQ_NO,
INTRODUCTION_ENGLISH,
INTRODUCTION_FRENCH,USER_GUIDE_LINK_ENGLISH,USER_GUIDE_LINK_FRENCH)
VALUES(x'032018018033022008016051053137', 1, 'English Value', 'French
Value', 'English Link', 'French Link');
I get this error:
com.ibm.db2.jcc.am.SqlSyntaxErrorException: An unexpected token "" was
found following "". Expected tokens may include: "ink', 'French Link')"..
SQLCODE=-104, SQLSTATE=42601, DRIVER=4.16.53
In SQuirreL using the same driver jar, it works fine...