Ticket #26 (accepted enhancement)
Switch autocommit mode off for relational backends.
Reported by: | jerome | Owned by: | jerome |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | pykota | Version: | development |
Keywords: | SQL, transaction, commit, rollback, begin | Cc: |
Description
Some RDBMS don't have an explicit way to begin a transaction (like DB2). Actually all relational backends set automatic commit mode to on, but this won't be possible for DB2 and probably other backends. PyKota's code must be changed to handle this problem which prevents PyKota from being ported to other RDBMS.
Change History
Note: See
TracTickets for help on using
tickets.