[FIX] website_forum_doc fixes
[odoo/odoo.git] / openerp / sql_db.py
2014-10-28 Florian Kisser[FIX] sql_db: don't log dsn with unmasked passwords
2014-09-05 David Monjoie[FIX] removed bad comments from previous commit
2014-09-05 David Monjoie[ADD] website_sale_digital
2014-08-25 Christophe Simonis[FIX] allow `--log-db` to connect to another postgresql...
2014-07-01 Antony Lesuisse[IMP] test display sql query counter
2014-06-20 Xavier Morel[IMP] remove usage of psycopg1.cursor, implement dictfe...
2014-04-15 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5281...
2014-04-14 Raphael Collet[IMP] test cursor: code cleanup to make it more robust...
2014-04-10 Raphael Collet[FIX] sql_db: forgotten attribute renaming _pool -...
2014-04-10 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5115...
2014-04-09 Kersten Jeremy[FIX] Allow missing opcodes, harden check for private...
2014-04-09 Raphael Collet[MERGE] test_cursor: implement a cursor mockup that...
2014-04-09 Raphael Collet[IMP] sql_db: simplify TestCursor, given that method...
2014-04-09 Raphael Collet[IMP] make TestCursor more robust, and remove some...
2014-04-09 Raphael Collet[IMP] registry: now cursor() simply returns a cursor...
2014-04-08 Raphael Collet[IMP] http tests: implement a test cursor that keeps...
2014-03-17 Antony Lesuisse[FIX] tests dont generate traceback on aborted test...
2014-02-20 Xavier Morel[IMP] Cursor.savepoint
2014-02-17 Christophe Simonis[FIX] orm._auto_init: fallback to copy method when...
2014-02-09 Antony Lesuisseadd python --test-file support
2014-02-09 Antony Lesuissemove tests
2014-01-22 Antony Lesuisse[FIX] multiprocess mode, empty the cursor pool before...
2013-04-04 Vo Minh Thu[MERGE] forward merge 7.0 until revision 4919.
2013-03-27 Vo Minh Thu[REF] no longer use openerp.pooler.
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
2013-02-12 Vo Minh Thu[REM] Deleted .apidoc lines.
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.