Break sqlcompleter.py find_matches() into units, and add test coverage.#1754
Break sqlcompleter.py find_matches() into units, and add test coverage.#1754rolandwalker wants to merge 1 commit intomainfrom
find_matches() into units, and add test coverage.#1754Conversation
and add test coverage. This also changes find_matches() into an instance method, but we could consider changing find_matches() and many others into static methods. Motivation: smaller units make the code more testable and more amenable to agentic coding.
I didn’t find a new security issue in this diff. |
Description
This also changes
find_matches()into an instance method, but we could consider changingfind_matches()and many others into static methods.Motivation: smaller units make the code more testable and more amenable to agentic coding.
Checklist
changelog.mdfile.AUTHORSfile (or it's already there).