odoo/openerp/tools
Olivier Dony 3e61e9d497 [FIX] drop_view_if_exists: simpler and CASCADING implementation for pg 8.3+
OpenERP depends on PostgreSQL 8.3 so we can now
use 'IF EXISTS'. It's also necessary to 'CASCADE'
the drop, otherwise depending views will prevent
the deletion and thus update of the view.
Depending views will automatically be updated
later and thus re-created, so this is safe.

bzr revid: odo@openerp.com-20120227165737-z5fgb6fle9g0cylw
2012-02-27 17:57:37 +01:00
..
__init__.py [REF] float_utils: moved in its own python module 2011-12-16 17:04:26 +01:00
amount_to_text.py amount-to-text: docstrings 2011-06-23 12:03:11 +03:00
amount_to_text_en.py [IMP] openerp.loglevels: removed calls to openerp.loglevels.Logger(). 2012-01-24 18:30:17 +01:00
cache.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
config.py [MERGE]merged trunk. 2012-02-10 15:41:14 +01:00
convert.py [MERGE] Make <report> tag extensible for extra report engines, courtesy of Nicolas Bessi (Camptocamp) 2012-02-14 14:52:55 +01:00
float_utils.py [IMP] float_utils: simplified code, added float_repr 2011-12-21 00:47:40 +01:00
func.py [IMP] tools: removed some functools functions (they were there for previous python versions). 2012-01-18 12:41:09 +01:00
graph.py [FIX]:AccessInit: hash collision error possible 2011-11-14 12:18:05 +05:30
import_email.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
lru.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
misc.py [IMP] warnings: turn warnings.warn into logging.warning: 2012-01-25 14:24:07 +01:00
osutil.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
parse_version.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
pdf_utils.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
safe_eval.py [MERGE] merged trunk. 2012-02-08 18:28:25 +01:00
sql.py [FIX] drop_view_if_exists: simpler and CASCADING implementation for pg 8.3+ 2012-02-27 17:57:37 +01:00
test-config-values [ADD] tools/config: started tests. 2011-06-01 13:50:55 +02:00
test-config-values-00.conf [ADD] tools/config: started tests. 2011-06-01 13:50:55 +02:00
test_config.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
test_reports.py [IMP] openerp.tools: _logger with fully qualified module name. 2012-01-24 15:00:56 +01:00
threadinglocal.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
translate.py [MERGE] merged trunk. 2012-02-06 21:31:51 +01:00
which.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
win32.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
yaml_import.py [IMP] openerp.tools: _logger with fully qualified module name. 2012-01-24 15:00:56 +01:00
yaml_tag.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00