Merge pull request #648 from odoo-dev/7.0-fix-searchbar-navigation-ged
[odoo/odoo.git] / openerp / sql_db.py
2014-04-09 Kersten Jeremy[FIX] Allow missing opcodes, harden check for private...
2013-03-01 Olivier Dony[FIX] *: fix/rationalize db logging to avoid incorrect...
2013-02-19 Olivier Dony[REVERT] sql_db: undo eager removal of connections...
2013-02-16 Olivier Dony[FIX] sql_db: immediately remove the connections from...
2013-02-15 Olivier Dony[FIX] sql_db: only perform the connection reset when...
2013-02-15 Olivier Dony[FIX] sql_db: typo in previous patch for autodetection...
2013-02-15 Olivier Dony[FIX] sql_db: closing a closed connection is not allowe...
2013-02-14 Christophe Simonis[FIX] sql_db: free dead database connections
2012-12-14 Xavier Morel[REM] trailing semicolons
2012-12-14 Xavier Morel[FIX] misplaced docstrings
2012-12-14 Xavier Morel[REM] unnecessary parens
2012-10-15 Raphael Collet[FIX] res_users.login: fix query parameters in cr.execute
2012-09-24 Xavier Morel[ADD] cache dict on the cursor, for request-local repea...
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.