Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-91602: Add iterdump() support for filtering database objects.#114501
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
I see that the check-if-generated-files-are-up-to-date check still fails; you need to do a full |
Thanks for another tip 🎁 I'm not sure why but it also generated some unrelated lines 🤔. |
Yeah, that's strange; I'd rebase onto |
BTW, can you please use |
Uh oh!
There was an error while loading.Please reload this page.
Thanks for all your help, much appreciated. I will work on tests and docs later today. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Now it's ready for review 🎉 |
Uh oh!
There was an error while loading.Please reload this page.
Very nice;321b3e0 made the job a lot easier. I still got some nitpicks, so bear with me :) |
🍿 |
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.
The refcout refactoring in8cf51d4 is superb; I was just about to suggest it 🚀. I left a small comment regarding how we do the vector call.
When doing changes that affect reference counting, I normally do a refleak test locally:
$ ./python.exe -m test -R : test_sqlite3
Uh oh!
There was an error while loading.Please reload this page.
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.
After this final change, we should be ready to land.
Uh oh!
There was an error while loading.Please reload this page.
@erlend-aasland Thanks for all your help 🎁 |
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.
Now for the docs; I left some comments :)
Uh oh!
There was an error while loading.Please reload this page.
Misc/NEWS.d/next/Library/2024-01-24-20-51-49.gh-issue-91602.8fOH8l.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
!buildbot .refleak. |
bedevere-bot commentedFeb 3, 2024
🤖 New build scheduled with the buildbot fleet by@erlend-aasland for commite314153 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
The |
Thanks a lot,@felixxm! |
…python#114501)Add optional 'filter' parameter to iterdump() that allows a "LIKE"pattern for filtering database objects to dump.Co-authored-by: Erlend E. Aasland <erlend@python.org>
Uh oh!
There was an error while loading.Please reload this page.