I have a custom version of Flyway with MemSQL support added on top of flyway 4.0.3.
I am getting a weird issue of first letter getting clipped when inserting to flyway metadata table in MemSQL. The flyway.sqlMigrationPrefix is set as Schema and the migration files are picked up correctly and executed without any issues. But the entry in metadata table has this issue.
Does anyone know any reason why this is happening?
Another issue is when I run the migration directly from the code base this issue does not occur. This occurs from the Flyway jar file I created. For example, "Schema16_6_0_1235__abc_SCHEMA.sql" is the actual name, but the entry in metadata table is "chema16_6_0_1235__abc_SCHEMA.sql".