We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d87730 commit 5bdef59Copy full SHA for 5bdef59
src/snowflake/connector/cursor.py
@@ -1174,7 +1174,7 @@ def executemany(
1174
"num_statements" not in kwargs or kwargs.get("num_statements") == 1
1175
):
1176
if self._connection.is_pyformat:
1177
- # TODO - utilize multi-statement instead of rewriting the query and
+ # TODO(SNOW-940692) - utilize multi-statement instead of rewriting the query and
1178
# accumulate results to mock the result from a single insert statement as formatted below
1179
logger.debug("rewriting INSERT query")
1180
command_wo_comments = re.sub(self.COMMENT_SQL_RE, "", command)
0 commit comments