odoo/openerp
Olivier Dony f0d4240082 [FIX] http dispatch: make sure transaction rollback happens in all cases when request handling raised (to be refactored)
Not doing so leads to cases where a transaction is committed
even after failing to validate a Python constraint.
This patch attempts to keep the rollback() logic next to the
corresponding commit(), and makes the rollback() more
explicit even if close() without commit() would also rollback
implicitly.

bzr revid: odo@openerp.com-20140317163228-zqbce8f0rgcg0pt4
2014-03-17 17:32:28 +01:00
..
addons [MERGE] forward port of branch 7.0 up to revid 5270 chs@openerp.com-20140403084524-9rb174osjrbmhgwc 2014-04-03 10:48:08 +02:00
cli [MERGE] forward port of branch 7.0 up to revid 5270 chs@openerp.com-20140403084524-9rb174osjrbmhgwc 2014-04-03 10:48:08 +02:00
conf [MERGE] openerp.pooler is deprecated. 2013-03-27 17:40:45 +01:00
modules [MERGE] forward port of branch 7.0 up to revid 5224 chs@openerp.com-20140206105141-7e8bv8ordqqsswh7 2014-02-06 12:02:20 +01:00
osv [MERGE] forward port of branch 7.0 up to revid 5270 chs@openerp.com-20140403084524-9rb174osjrbmhgwc 2014-04-03 10:48:08 +02:00
report [MERGE] forward port of branch 7.0 up to revid 5270 chs@openerp.com-20140403084524-9rb174osjrbmhgwc 2014-04-03 10:48:08 +02:00
service [MERGE] Forward-port of latest saas-2 bugfixes, up to rev. 5015 dle@openerp.com-20140221104908-7ytdg6xkxaza05o4 2014-02-21 11:55:00 +01:00
tests [MERGE] forward port of branch 7.0 up to revid 5270 chs@openerp.com-20140403084524-9rb174osjrbmhgwc 2014-04-03 10:48:08 +02:00
tools [REM] forced filetype on resize_image_*, fix incorrect size spec on big 2014-03-17 10:46:25 +01:00
workflow [IMP] py26 compatibility 2014-01-20 14:53:33 +01:00
PKG-INFO [REM] netrpc: KILL EVERYBODY 2013-02-21 13:18:25 +01:00
__init__.py restore the original gevent detection 2013-09-10 01:19:46 +02:00
exceptions.py [REF] code review 2013-02-15 15:35:03 +01:00
http.py [FIX] http dispatch: make sure transaction rollback happens in all cases when request handling raised (to be refactored) 2014-03-17 17:32:28 +01:00
import_xml.rng [IMP] Backport one feature from website: this feature allows to specify a file 2014-01-09 16:43:38 +01:00
loglevels.py [REF] logging: removed pseudo log-level TEST. 2013-03-26 16:58:44 +01:00
netsvc.py [MERGE] forward port of branch 7.0 up to revid 5270 chs@openerp.com-20140403084524-9rb174osjrbmhgwc 2014-04-03 10:48:08 +02:00
pooler.py [REF] pooler: mark the functions as deprecated. 2013-03-27 15:16:53 +01:00
release.py [REL] version: 7.~saas-3 2014-01-31 13:23:13 +01:00
sql_db.py [IMP] Cursor.savepoint 2014-02-20 11:33:45 +01:00