Skip to content

Commit 97f7918

Browse files
committed
added reference to GH issue
1 parent 57e7403 commit 97f7918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/sql.py

+1
Original file line numberDiff line numberDiff line change
@@ -1397,6 +1397,7 @@ def to_sql(
13971397
try:
13981398
table.insert(chunksize, method=method)
13991399
except exc.SQLAlchemyError as err:
1400+
# GH34431
14001401
msg = "(1054, \"Unknown column 'inf' in 'field list'\")"
14011402
errText = str(err.orig)
14021403
if re.search(msg, errText):

0 commit comments

Comments
 (0)