odoo/openerp/osv
Olivier Dony c6370622e5 [FIX] orm: quote column names in queries to respect case and be consistent
Quoting column names make the case-sensitive in PostgreSQL,
and this is the default strategy we are using so far. It is
important to be consistent there.
We might want to do the same to table names too.
This allows create fields with mixed cases names for example.

bzr revid: odo@openerp.com-20110919201845-heer0rttcouvtc9x
2011-09-19 22:18:45 +02:00
..
__init__.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
expression.py [FIX] orm: quote column names in queries to respect case and be consistent 2011-09-19 22:18:45 +02:00
fields.py [MERGE] fields: correct (5,_) operation on many2many (delete instead of set null). 2011-09-15 17:20:52 +02:00
orm.py [FIX] orm: quote column names in queries to respect case and be consistent 2011-09-19 22:18:45 +02:00
osv.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
query.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00