Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#39 closed defect (fixed)

Get obj.save() working in all MySQL versions

Reported by: Adrian Holovaty Owned by: Adrian Holovaty
Component: Database layer (models, ORM) Version:
Severity: major Keywords:
Cc: Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Some versions of MySQL tables (InnoDB?), with certain versions of MySQLdb, require that commit() be manually called. Others assume autocommit is turned on. We need to fix this.

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [113].

Note: See TracTickets for help on using tickets.
Back to Top