Ticket #26 (accepted enhancement)

Opened 15 years ago

Last modified 15 years ago

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

Changed 15 years ago by jerome

  • status changed from new to accepted
Note: See TracTickets for help on using tickets.