Closed dwt closed 4 years ago
I tried to use transaction.savepoint() with sqlite through sqlalchemy.
that it works, since sqlite seems to support savepoint just fine: https://sqlite.org/lang_savepoint.html
it raised TypeError: ('Savepoints unsupported', <zope.sqlalchemy.datamanager.SessionDataManager object at 0x11dde5f50>)
TypeError: ('Savepoints unsupported', <zope.sqlalchemy.datamanager.SessionDataManager object at 0x11dde5f50>)
Thanks for the report. The proper home for this is in zopefoundation/zope.sqlalchemy. I'll attempt to transfer it.
Closing as a duplicate of #44
BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)
What I did:
I tried to use transaction.savepoint() with sqlite through sqlalchemy.
What I expect to happen:
that it works, since sqlite seems to support savepoint just fine: https://sqlite.org/lang_savepoint.html
What actually happened:
it raised
TypeError: ('Savepoints unsupported', <zope.sqlalchemy.datamanager.SessionDataManager object at 0x11dde5f50>)
What version of Python and Zope/Addons I am using: