Fetch_many error
#15601
Replies: 1 comment 1 reply
-
hi @timlee30 - thank you for the question, can you elaborate on how you ended up here? the above isn't quite enough information to know how to reproduce |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
fetch_many worked fine two weeks before, but recently This is the error. Is there anyone know how to fix this ? Lots of thanks !
File "C:\Python310\lib\site-packages\sqlalchemy\engine\cursor.py", line 1122, in fetchmany
l = dbapi_cursor.fetchmany(size)
sqlalchemy.exc.DBAPIError: (pyodbc.Error) ('HY010', '[HY010] [Microsoft][ODBC Driver 17 for SQL Server]Function sequence error (0) (SQLFetch)')
(Background on this error at: https://sqlalche.me/e/20/dbapi)
Beta Was this translation helpful? Give feedback.
All reactions