[FIX] Allow missing opcodes, harden check for private attributes (dunder), check...
[odoo/odoo.git] / bin / sql_db.py
2014-04-09 Kersten Jeremy[FIX] Allow missing opcodes, harden check for private...
2011-01-18 Christophe Simonis[FIX] stop related crons when closing a database
2011-01-15 Fabien Pinckaers[IMP] logging for set null failed
2010-11-30 Olivier Dony[MERGE+FIX] fixes for translations,sequence,copy,error...
2010-11-24 P. Christeassql_db: only do frame inspection when debugging
2010-11-24 Tristan Hill (cred... add error log message if raise exception on database...
2010-11-23 P. Christeassql_db: Better exceptions.
2010-11-23 P. Christeassql_db: Avoid using inspect.stack(), use failsafe alter...
2010-09-18 Fabien Pinckaers[IMP] improve debug for --log-level=debug_sql
2010-09-06 Stephane Wirtel[FIX] Use the currentThread function instead of current...
2010-09-03 Olivier Dony[IMP] sql_db.cursor: optional 'log_exceptions' flag...
2010-09-03 Christophe Simonis[IMP] sql_db: promote some debug_sql to info or warning
2010-09-03 Christophe Simonis[IMP] display database name in the logger
2010-08-04 P. Christeas, Oliv... [MERGE+IMP] logging: merged xrg's branch to set selecti...
2010-05-14 Christophe Simonis[IMP] sql_db.py: improve logging
2010-05-14 Christophe Simonis[IMP] sql_db.py: backport changes from stable branch
2010-05-13 Anup (OpenERP)[FIX] do not keep connections to template1, template0...
2010-03-30 Olivier Dony[ADD] utility methods to split large lists of ids for...
2010-03-30 Olivier Dony[ADD] utility methods to split large lists of ids for...
2010-03-03 Stephane Wirtel[IMP] remove crappy log() function from db_sql, migrate...
2010-03-02 Xavier Morel[imp] remove crappy log() function from db_sql, migrate...
2010-03-02 Xavier Morel[imp] remove mostly unused DEBUG2 logging level
2010-02-16 HDA (OpenERP)Merged with stable
2010-02-04 Christophe Simonis[IMP] sql_db: better logging
2010-01-20 Christophe Simonis[FIX] remove the lock on database connections
2010-01-12 HDA (OpenERP)Merged
2009-12-22 Fabien Pinckaers[FIX] multi company, speed improvement
2009-12-08 Christophe Simonis[FIX] better locking when accessing to template1 database
2009-12-02 Xavier Morel[merge] fix-shebang from 5.0 to trunk
2009-12-01 Christophe Simonis[FIX] db_exist method works as expected
2009-11-28 Christophe Simonis[MERGE] backport from stable
2009-11-27 Christophe Simonis[IMP] sql_log
2009-11-27 Christophe Simonis[FIX] connection pool when database password is provide...
2009-11-25 Harry (Open ERP)[MERGE] merge with master branch
2009-11-24 Harry (Open ERP)[FIX] replaced <TAB> with four white space.
2009-11-23 Christophe Simonis[IMP] better connection pool
2009-11-23 Christophe Simonis[IMP] better connection pool (global)
2009-11-20 xrg[merge] merge from lp:~xrg/openobject-server/optimize...
2009-10-20 pap(openerp)Changed encoding to coding ref: PEP: 0263
2009-10-14 PSO(OpenERP)Changed licencing
2009-08-28 P. ChristeasMerge branch 'xrg' into optimize
2009-08-14 P. ChristeasIntroduce 'debug2' loglevel, use it for SQL
2009-07-26 P. ChristeasMark some points where SQL calls need optimize.
2009-05-21 P. ChristeasMerge commit 'origin/master' into mdv-gpl3-py26
2009-05-20 Christophe Simonis[FIX] bug 375361: ensure the db transaction is closed...
2009-05-06 P. ChristeasMerge commit 'origin/master' into mdv-gpl3-py26
2009-05-01 Jay (Open ERP)[FIX] Corrected arguement passed to cursor's execute...
2009-04-28 Christophe Simonis[FIX] do not relay on _obj to know if the cursor has...
2009-04-20 P. ChristeasRewrite previous patch, sane cursor close checks.
2009-04-20 P. ChristeasMajor fix for Python 2.6: fix db cursor speed like 2.5
2009-02-08 P. ChristeasMerge commit 'origin/master' into mdv-gpl3-py26
2009-02-04 Christophe Simonis[IMP] bad queries are logged in debug mode (log also...
2009-02-01 P. ChristeasMerge commit 'origin/master' into mdv-gpl3-py26
2009-01-31 Christophe Simonis[FIX] database connections aren't serialized by default
2009-01-29 Stephane Wirtel[REV] Revert code for the hostname and the dump
2009-01-29 Stephane Wirtel[FIX] Don't use the hostname if it is in ('127.0.0...
2009-01-22 P. ChristeasMerge branch 'master' of openobject-server into mdv...
2009-01-22 Christophe Simonis[IMP] log queries that fail
2009-01-19 Stephane Wirtel[IMP] Improve the speed - Use the inspect module only...
2009-01-14 P. ChristeasMerge branch 'master' of /home/panos/tmp/tinyerp/openob...
2009-01-13 Stephane Wirtel[IMP] Remove print statement
2009-01-12 Christophe Simonis[FIX] delete the connection pool to template1 when...
2009-01-06 P. ChristeasAlways print SQL counters.
2009-01-06 P. ChristeasMerge branch 'master' of /home/panos/tmp/tinyerp/openob...
2009-01-05 Christophe Simonis[IMP] improve cache system
2009-01-04 Stephane Wirtel[IMP] Update the copyright to 2009
2008-12-28 P. ChristeasMerge branch 'master' of /home/panos/tmp/tinyerp/openob...
2008-12-26 Christophe Simonis[IMP] PoolManager: use class methods instead of static...
2008-12-24 Christophe Simonis[FIX] restarting a non started pool does not crash...
2008-12-23 P. ChristeasMerge branch 'master' of openobject-server into mdv...
2008-12-22 Stephane Wirtel[REF] Move the drop_view_if_exists
2008-12-19 Christophe Simonis[MERGE]
2008-12-19 Fabien Pinckaersimprovement
2008-12-19 Christophe Simonis[IMP] Track where a cursor is created when this cursor...
2008-12-18 P. ChristeasMerge commit 'origin/master' into mdv-gpl3-fwd
2008-12-18 Stephane Wirtel[IMP] Use the Cursor from sql_db
2008-12-18 Stephane Wirtel[IMP] Add the drop_view_if_exists method
2008-12-18 Stephane Wirtel[FIX]
2008-12-18 Christophe Simonis[FIX] fix python2.4 compatibility
2008-12-17 Jay VoraBugfix:Drop DB
2008-12-16 Christophe Simonis[IMP] downgrade the logging level to ERROR when the...
2008-12-15 P. ChristeasIf some SQL query fails, log the whole query.
2008-12-15 Christophe Simonis[FIX] the database connectin pool generate at least...
2008-12-15 Christophe Simonis[FIX] fix a stupid bug in database closing method
2008-12-15 Mantavya Gajjarmerginf from the trunk
2008-12-14 Fabien Pinckaersimprovements_bugfixes
2008-12-12 Christophe Simonis[FIX] free the database connecion in all cases
2008-12-12 Christophe Simonis[FIX] fix bug with functools on python 2.4
2008-12-12 Christophe Simonis[IMP] check that the cursor has not been closed before...
2008-12-11 Stephane Wirtel[FIX] The second parameter of the map function must...
2008-12-11 Christophe Simonis[FIX] If an error occurs when dropping the database...
2008-12-09 Christophe Simonis[FIX] psycopg2: convert types & update web_services
2008-12-08 Christophe Simonis[IMP] use psycopg2 instead of psycopg1
2008-11-03 Christophe Simonispassing in GPL-3
2008-09-11 Jay VoraAccepted Uppercase DB names and displayed on terminal
2008-08-19 Fabien PinckaersRemove print statement
2008-08-19 Fabien PinckaersFix From C2C:
2008-08-17 Fabien PinckaersSpeed Improvement:
2008-08-16 Fabien PinckaersBugfixes
2008-08-05 Christophe Simonismove, rename and refactor use of ID_MAX
next