[FIX] Fields.function of type integer with multi attribute behaviour improved
[odoo/odoo.git] / bin / sql_db.py
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
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
next