[FIX] event: reset tax for each event to invoice
[odoo/odoo.git] / bin / sql_db.py
2010-09-03 Stephane Wirtel[FIX] Patch from Pexego for currentThread
2010-09-03 Christophe Simonis[IMP] sql_db: better logging
2010-09-03 Christophe Simonis[IMP] display database name in the logger
2010-03-31 Christophe Simonis[FIX] sql_db: avoid deadlock when releasing leaked...
2010-03-19 Christophe Simonis[IMP] sql_db: improve logging
2010-03-19 Christophe Simonis[FIX] do not keep connections to template1, template0...
2010-02-04 Christophe Simonis[IMP] sql_db: better logging
2010-01-20 Christophe Simonis[FIX] remove the lock on database connections
2009-12-08 Christophe Simonis[FIX] better locking when accessing to template1 database
2009-12-01 Christophe Simonis[FIX] db_exist method works as expected
2009-11-27 Christophe Simonis[IMP] sql_log
2009-11-27 Christophe Simonis[FIX] connection pool when database password is provide...
2009-11-23 Christophe Simonis[IMP] better connection pool (global)
2009-05-20 Christophe Simonis[FIX] bug 375361: ensure the db transaction is closed...
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-02-04 Christophe Simonis[IMP] bad queries are logged in debug mode (log also...
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 Christophe Simonis[IMP] log queries that fail
2009-01-19 Stephane Wirtel[IMP] Improve the speed - Use the inspect module only...
2009-01-13 Stephane Wirtel[IMP] Remove print statement
2009-01-12 Christophe Simonis[FIX] delete the connection pool to template1 when...
2009-01-05 Christophe Simonis[IMP] improve cache system
2009-01-04 Stephane Wirtel[IMP] Update the copyright to 2009
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-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 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 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
2008-08-04 Christophe Simonismove domain parsing into expression class
2008-07-23 Christophe Simonisadd encoding comment and vim comment
2008-07-22 Christophe Simonisconvert tabs to 4 spaces
2008-06-16 stwadd the copyright
2008-06-16 stwadd the svn:keywords Id on all .py, .xml, .bat
2008-06-05 Christophe Simoniswhen logging sql, queries and parameters are printed
2007-11-21 cedRemove createdb and dropdb, use sql instead
2007-10-11 cedWhy is it there ????
2007-10-09 Fabien PinckaersProject Bugfix
2007-08-30 cedImprove RE in sql logging to add possibility of ""...
2007-07-26 cedkernel: add number of request in sql logs
2007-07-26 cedkernel: add log to sql query
2007-07-23 cedkernel: don't use mutable as default value in function...
2007-05-15 Fabien PinckaersBugfix
2007-05-15 Fabien PinckaersImprovement/bugfix in the unicode bugfix for etiny
2007-05-14 cedKERNEL: fix sql when % is use without value
2007-05-08 cedKERNEL: fix execute query with unicode
2007-05-02 cedKERNEL: add option for max_conn for psycopg connection
2007-02-07 pinkyModifs
2007-02-06 pinkyPurchase:
2006-12-07 pinkyNew trunk