[FIX] Allow missing opcodes, harden check for private attributes (dunder), check...
[odoo/odoo.git] / openerp / sql_db.py
2014-04-09 Kersten Jeremy[FIX] Allow missing opcodes, harden check for private...
2012-02-06 Vo Minh Thu[MERGE] merged trunk.
2012-02-02 Vo Minh Thu[IMP] logging: _logger.warn() replaced by _logger.warni...
2012-02-02 Vo Minh Thu[IMP] logging: _logger.log(DEBUG) replaced by _logger...
2012-02-01 Ronald Portier[FIX] drop database fails when done before connecting...
2012-02-01 Antony Lesuissefix --log-sql
2012-01-25 Vo Minh Thu[IMP] warnings: turn warnings.warn into logging.warning:
2012-01-24 Vo Minh Thu[IMP] openerp.wsgi: _logger with fully qualified module...
2012-01-18 Vo Minh Thu[MERGE] cleaned some imports, removed some code for...
2012-01-18 Vo Minh Thu[IMP] tools: removed some functools functions (they...
2012-01-17 nicolas.bessi@camp... [IMP] database template in commande line, you can now...
2012-01-15 Florent Xicluna[REF] remove unused import, always import literal_eval...
2011-11-17 Florent Xicluna[FIX] discard closed connections. Restart not required...
2011-09-28 Olivier Dony[MERGE] sync with latest trunk
2011-09-24 Olivier Dony[IMP] sql_db: auto-exception-logging can now be turned...
2011-09-13 Vo Minh Thu[FIX] This complements commit 3511,
2011-08-25 Vo Minh Thu[IMP] tools.cache: added missing clean_caches_for_db...
2011-07-14 Olivier Dony[IMP] sql_db: default cursor = serialized, deprecate...
2011-07-13 Vo Minh Thu[IMP] registry: whene deleting a registry, also delete...
2011-06-23 P. ChristeasAPI docs: settings file and titles at modules
2011-06-23 P. Christeassql_db: docstrings
2011-04-22 Vo Minh Thu[ADD] sql_db: show file/line where the cursor was closed
2011-04-21 Vo Minh Thu[FIX] sql_db: connection pool created lazily.
2011-04-20 Vo Minh Thu[REF] openerp.pooler/openerp.sql_db: cleaner dependencies:
2011-03-08 Vo Minh Thu[FIX] sql_db: use the config values later than at impor...
2011-02-07 Vo Minh Thu[IMP] openerp python module.