-
Notifications
You must be signed in to change notification settings - Fork 27
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
How set lower_case_table_names system variable #12
Comments
Good question. Now it's not possible, but I can add this configuration option. How about this: <plugin>
<executions>
<execution>
<configuration>
<options><![CDATA[
lower_case_table_names=1
]]></options>
</configuration>
</execution>
</executions>
</plugin> |
Very fast answer! I think this resolve the problem, and possible others. I agree with the solution ;) Thanks |
OK, I'll try to implement it today... |
@longtimeago This task is yours, please go ahead keeping in mind this. If any questions, don't hesitate to ask right here |
@longtimeago The cost of this task is 30 mins (this is exactly how much will be paid, not less not more), when the task is done |
@yegor256 Hi Yegor
I've added possibility to specify options on Instances module and test it in unit test
|
First, let's use plain text (like in my example above) instead of list of strings. This will give us much more flexibility in the future. Second, I would recommend you to test it that way:
In order to save some time don't do |
Thank you very much! I'll check this tonight |
@yegor256 Please, close the issue. Thank you! |
it's not mine :) let me release a new version to Maven Central and then we ask @piantino to check how it works.. |
yep, sorry :) |
@piantino we implemented this feature (see https://github.com/jcabi/jcabi-mysql-maven-plugin/releases/tag/jcabi-0.5) and released version 0.5 to Maven Central. Please let us know whether this is what you were looking for. |
@yegor256 I did like the example http://mysql.jcabi.com/example-options.html and worked perfectly. |
@piantino could you please close this ticket? |
@longtimeago 30 mins added to your account (payment number |
Hello,
I am trying fix the table names in lower case, in Ubuntu:
But not work...
It is possible set any this variable or set in "my.cnf" file?
jcabi-mysql-maven-plugin/src/main/java/com/jcabi/mysql/maven/plugin/Instances.java
Line 210 in 0328e23
The text was updated successfully, but these errors were encountered: