-
-
Notifications
You must be signed in to change notification settings - Fork 610
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
MySQLProfile: quote column names in insertOrUpdate
statement
#2912
Conversation
Incompatible changesslick3 changes since 3.5.0 Code changes
|
@mdedetrich any idea why MiMa is reporting these incompatibilities? #2912 (comment) |
I don't know why, but the same report was output when I output the report after publishLocal of the main branch. I think it is a plugin issue.
|
I am guessing that since the inliner is enabled in CI its actually doing the work its meant to and inlining the classes and I forgot to add these cases to MiMa when creating the original PR. Ill make a PR to solve this |
Incompatible changesslick3 changes since 3.5.0 Code changes
|
@Mergifyio rebase |
✅ Branch has been successfully rebased |
39e3e5a
to
408178b
Compare
Incompatible changesslick3 changes since 3.5.1-pre.8.45ca8b14 Code changes
|
Closes #2910.
It would be nice to write a test for this functionality. I'm unfamiliar with Slick's codebase, so where is the best place to add a test?