flyway icon indicating copy to clipboard operation
flyway copied to clipboard

MemSQL Support

Open nycjay opened this issue 8 years ago • 4 comments

We are looking to leverage Flyway to support our migrations against a set of MemSQL databases. Unfortunately, Flyway don't currently have support out of the box. MemSQL uses the MySQL driver, and is mostly the same from the application point of view, but the create table syntax is slightly different, and Flyway failed to create a table when I tested with version 4.0.

nycjay avatar May 20 '16 19:05 nycjay

@pradheeps pull request https://github.com/flyway/flyway/pull/1386 should hopefully add the support we need.

nycjay avatar Aug 01 '16 15:08 nycjay

Following up on this - has the pull request been looked at yet? Trying to determine if we will wait for it to be included in an upcoming build (or rejected), or if we will need to compile and deploy our own fork (which we would like to avoid if possible).

nycjay avatar Aug 17 '16 15:08 nycjay

Would love to see this feature implemented. We are currently built a flyway-like tool to run migrations, but it would be great if this minor take on mySQL driver is properly added.

eram avatar Nov 16 '20 14:11 eram

This can be replaced by the SingleStore implementation, in #3417

nycjay avatar Jul 12 '22 21:07 nycjay

Closed by https://github.com/flyway/flyway/commit/c015f2dde4dc379f97b8796e31a37c119d6b0f7c which adds SingleStore support

DoodleBobBuffPants avatar Nov 11 '22 13:11 DoodleBobBuffPants

The source code is licensed with Apache but on the website, it's stated that the integration is part of the enterprise offering. Can you please clarify the licensing?

buremba avatar Mar 06 '23 19:03 buremba