Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix passing of producer args from SQL::Translator::Diff. #117

Merged
merged 1 commit into from Jul 8, 2022

Conversation

racke
Copy link
Contributor

@racke racke commented Mar 25, 2019

Otherwise the producer args are present for changed fields, but not for
created tables.

So changing the questionable default for the MySQL version in the MySQL
producer results in a different SQL types depending if the field is a new
or an existing table.

Otherwise the producer args are present for changed fields, but not for
created tables.

So changing the questionable default for the MySQL version in the MySQL
producer results in a different SQL types depending if the field is a new
or an existing table.
@rabbiveesh
Copy link
Contributor

sorry for the delay, very much appreciate the PR!

@rabbiveesh rabbiveesh merged commit ccbb34c into dbsrgits:master Jul 8, 2022
rabbiveesh added a commit that referenced this pull request Jul 8, 2022
rabbiveesh added a commit that referenced this pull request Jul 8, 2022
* Revert "Fix passing of producer args from SQL::Translator::Diff. (#117)"

This reverts commit ccbb34c.

* change producer_args for SQLT-Diff to sqlt_args

  * add deprecation shim

* add Changes

* update sqlt-diff also
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants