Skip to content

Conversation

HemangChothani
Copy link
Contributor

Fixes #232

@HemangChothani HemangChothani requested a review from a team as a code owner February 11, 2021 12:17
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 11, 2021
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/python-spanner API. label Feb 11, 2021
"table": match.group("table_name"),
"columns": columns,
"values": rows_list,
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a breaking change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope i think.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Contributor

larkee commented Feb 15, 2021

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.

@HemangChothani HemangChothani changed the title fix: fix execute insert for homogeneous statement fix: update parse_util output for homogeneous statements Feb 15, 2021
Copy link
Contributor

@larkee larkee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM once the title is updated

"table": match.group("table_name"),
"columns": columns,
"values": rows_list,
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Contributor Author

LGTM once the title is updated

I have changed the title.

@larkee larkee changed the title fix: update parse_util output for homogeneous statements fix(db_api): update parse_util output for homogeneous statements Feb 16, 2021
@larkee larkee merged commit 36b12a7 into googleapis:master Feb 18, 2021
IlyaFaer pushed a commit to MaxxleLLC/python-spanner that referenced this pull request Mar 22, 2021
larkee pushed a commit that referenced this pull request Mar 24, 2021
* fix: revert #233 * update docstrings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: spanner Issues related to the googleapis/python-spanner API. cla: yes This human has signed the Contributor License Agreement.

2 participants