You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the error (File "/home/developer/myprojects/open/project1/lib/python3.11/site-packages/django_informixdb/base.py", line 256, in get_new_connection
self.connection.set_attr(pyodbc.SQL_ATTR_TXN_ISOLATION,
django.db.utils.Error: ('HY000', '[HY000] [Informix][Informix ODBC Driver][Informix]Transaction not available. (-256) (SQLSetConnectAttr)')
)
when connecting to the stores_demo database on Informix 14.10FC9W1 developer edition
The issue resolved if i comment out the line 'ISOLATION_LEVEL': 'READ_UNCOMMITTED', in the settings.py
I also tried all the option of READ_COMMITTED, READ_UNCOMMITTED, REPEATABLE_READ and SERIALIZABLE before commenting out
The text was updated successfully, but these errors were encountered:
I had the error (File "/home/developer/myprojects/open/project1/lib/python3.11/site-packages/django_informixdb/base.py", line 256, in get_new_connection
self.connection.set_attr(pyodbc.SQL_ATTR_TXN_ISOLATION,
django.db.utils.Error: ('HY000', '[HY000] [Informix][Informix ODBC Driver][Informix]Transaction not available. (-256) (SQLSetConnectAttr)')
)
when connecting to the stores_demo database on Informix 14.10FC9W1 developer edition
The issue resolved if i comment out the line 'ISOLATION_LEVEL': 'READ_UNCOMMITTED', in the settings.py
I also tried all the option of READ_COMMITTED, READ_UNCOMMITTED, REPEATABLE_READ and SERIALIZABLE before commenting out
The text was updated successfully, but these errors were encountered: