-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: Support MySQL FOR SHARE locking syntax. Fixes: #10134. #12964
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
base: main
Are you sure you want to change the base?
Conversation
CaselIT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, it looks ok.
could you also add a changelog file here https://github.com/sqlalchemy/sqlalchemy/tree/main/doc/build/changelog/unreleased_20 with summary of the change, similar to the other ones that are there, like https://github.com/sqlalchemy/sqlalchemy/blob/main/doc/build/changelog/unreleased_20/6511.rst?
thanks!
sqla-tester
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, this is sqla-tester setting up my work on behalf of zzzeek to try to get revision 2c6150b of this pull request into gerrit so we can run tests and reviews and stuff
|
we've just moved to a new gerrit server and im using your PR to debug something, pardon the noise |
sqla-tester
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, this is sqla-tester setting up my work on behalf of zzzeek to try to get revision 2c6150b of this pull request into gerrit so we can run tests and reviews and stuff
sqla-tester
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, this is sqla-tester setting up my work on behalf of zzzeek to try to get revision 2c6150b of this pull request into gerrit so we can run tests and reviews and stuff
sqla-tester
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, this is sqla-tester setting up my work on behalf of zzzeek to try to get revision 2c6150b of this pull request into gerrit so we can run tests and reviews and stuff
sqla-tester
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, this is sqla-tester setting up my work on behalf of zzzeek to try to get revision 2c6150b of this pull request into gerrit so we can run tests and reviews and stuff
sqla-tester
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, this is sqla-tester setting up my work on behalf of zzzeek to try to get revision 2c6150b of this pull request into gerrit so we can run tests and reviews and stuff
sqla-tester
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, this is sqla-tester setting up my work on behalf of zzzeek to try to get revision 2c6150b of this pull request into gerrit so we can run tests and reviews and stuff
sqla-tester
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, this is sqla-tester setting up my work on behalf of zzzeek to try to get revision 2c6150b of this pull request into gerrit so we can run tests and reviews and stuff
sqla-tester
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, this is sqla-tester setting up my work on behalf of zzzeek to try to get revision 2c6150b of this pull request into gerrit so we can run tests and reviews and stuff
sqla-tester
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, this is sqla-tester setting up my work on behalf of zzzeek to try to get revision 2c6150b of this pull request into gerrit so we can run tests and reviews and stuff
sqla-tester
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, this is sqla-tester setting up my work on behalf of zzzeek to try to get revision 2c6150b of this pull request into gerrit so we can run tests and reviews and stuff
sqla-tester
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, this is sqla-tester setting up my work on behalf of zzzeek to try to get revision 2c6150b of this pull request into gerrit so we can run tests and reviews and stuff
|
New Gerrit review created for change 2c6150b: https://gerrit.sqlalchemy.org/c/sqlalchemy/sqlalchemy/+/6401 |
|
hi just testing a comment here, ignore this |
|
Michael Bayer (zzzeek) wrote: also testing a comment here View this in Gerrit at https://gerrit.sqlalchemy.org/c/sqlalchemy/sqlalchemy/+/6401 |
…ough with_for_update().
sqla-tester
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, this is sqla-tester setting up my work on behalf of zzzeek to try to get revision 03d5e37 of this pull request into gerrit so we can run tests and reviews and stuff
|
Patchset 03d5e37 added to existing Gerrit review https://gerrit.sqlalchemy.org/c/sqlalchemy/sqlalchemy/+/6401 |
Hi, @CaselIT, I've add the required changelog file 12964.rst. Review again plz. |
|
thanks, I'll look at it soon |
|
Michael Bayer (zzzeek) wrote: recheck View this in Gerrit at https://gerrit.sqlalchemy.org/c/sqlalchemy/sqlalchemy/+/6401 |
Fixes: #10134.
Usage snapshots: