| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| "table": match.group("table_name"), | ||
| "columns": columns, | ||
| "values": rows_list, | ||
| } |
There was a problem hiding this comment.
Is this a breaking change?
Sorry, something went wrong.
There was a problem hiding this comment.
Nope i think.
Sorry, something went wrong.
There was a problem hiding this comment.
Oh, I see. The docstring correctly documents this behavior. In that case, I don't think this is a breaking change since it is fixing it to match the documented behavior.
Sorry, something went wrong.
|
Please update the title to be more descriptive i.e. fix: update parse_util output for homogeneous statements The PR title will be used in the release notes. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM once the title is updated
Sorry, something went wrong.
| "table": match.group("table_name"), | ||
| "columns": columns, | ||
| "values": rows_list, | ||
| } |
There was a problem hiding this comment.
Oh, I see. The docstring correctly documents this behavior. In that case, I don't think this is a breaking change since it is fixing it to match the documented behavior.
Sorry, something went wrong.
I have changed the title. |
Sorry, something went wrong.
* fix: revert #233 * update docstrings
| Back | FazBrowse Home | New Git URL |
Fixes #232