#8056: Adapting MySqlCommandInterpreter to 767 character length limitation#8826
#8056: Adapting MySqlCommandInterpreter to 767 character length limitation#8826BenedekFarkas merged 4 commits intoOrchardCMS:devfrom
MySqlCommandInterpreter to 767 character length limitation#8826Conversation
OrchardCMS#8056 767 length limitation in mysql
|
LGTM. But needs @BenedekFarkas and @MatteoPiovanelli |
src/Orchard/Data/Migration/Interpreters/MySqlCommandInterpreter.cs
Outdated
Show resolved
Hide resolved
|
Without these changes recipe was fallen for me in Orchard.Recipes.Migrations |
|
LGTM but someone should validate it too. Or add a functional test. |
I'll test it locally. |
|
I'm trying to test this, but having problems completing the setup with a MySQL version (5.7.44) that is supposed to be compatible with the MySQL connector we're using (6.7.9). Docker: Run: Local server: Connection string: Error (same for both):
Docker images with more recent versions have different errors. @mazuryv what version of MySQL are you using? Did you experience any similar errors? |
|
Hello. |
|
OK, that's a pretty important detail. :) Are there any other changes to your code/application that isn't in the PR branch? I can't get the setup to complete unless |
|
We need additional verification from someone who already uses MySQL to make sure we don't break existing applications + I still can't get the setup to work in this state, so any additional testing and extra set of eyes are welcome. |
MySqlCommandInterpreter to 767 character length limitation
|
I managed to test this and verify that the changes work, however, only if:
I'll look into upgrading |
MySqlCommandInterpreter to 767 character length limitationMySqlCommandInterpreter to 767 character length limitation
#8056
767 length limitation in mysql