Replies: 4 comments 2 replies
-
I would like to make a pull request but I don't know how to build the project, I don't have the Build.PL file |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah it's a slight PITA to bootstrap it, but the easiest thing to do is to run cpanm --cpanfile dist/cpanfile --installdeps . You should then have the dependencies to run, e.g., export SQITCH_TEST_MYSQL_URI=db:mysql://root:password@localhost:3306/information_schema
prove -lv t/mysql.t |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks a lot for your help ! I did this pull request : #658 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Sometime in the next few weeks, I expect. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With mysql sqitch uses fractional seconds for versions 5.06.04 or higher.
But with mariadb sqitch does not use fractional seconds and deployments are very slow.
=>
sqitch/lib/App/Sqitch/Engine/mysql.pm
Line 220 in a63cc35
Is it possible to add it for mariadb or force fractional seconds use ?
Beta Was this translation helpful? Give feedback.
All reactions