Uh oh!
There was an error while loading. Please reload this page.
fix(db_api): update parse_util output for homogeneous statements - #233
Conversation
| "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.
larkee
commented
Feb 15, 2021
Please update the title to be more descriptive i.e. The PR title will be used in the release notes. |
larkee
left a comment
There was a problem hiding this comment.
LGTM once the title is updated
| "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.
HemangChothani
commented
Feb 15, 2021
I have changed the title. |
* fix: revert #233 * update docstrings
Fixes#232