Skip to content

Commit 5bdef59

Browse files
authored
Add Jira to one TODO in cursor.py (#1771)
1 parent 1d87730 commit 5bdef59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snowflake/connector/cursor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ def executemany(
11741174
"num_statements" not in kwargs or kwargs.get("num_statements") == 1
11751175
):
11761176
if self._connection.is_pyformat:
1177-
# TODO - utilize multi-statement instead of rewriting the query and
1177+
# TODO(SNOW-940692) - utilize multi-statement instead of rewriting the query and
11781178
# accumulate results to mock the result from a single insert statement as formatted below
11791179
logger.debug("rewriting INSERT query")
11801180
command_wo_comments = re.sub(self.COMMENT_SQL_RE, "", command)

0 commit comments

Comments
 (0)