summaryrefslogtreecommitdiff
path: root/adbh.py
diff options
context:
space:
mode:
authorPierre-Yves David <pierre-yves.david@logilab.fr>2008-08-04 14:44:24 +0200
committerPierre-Yves David <pierre-yves.david@logilab.fr>2008-08-04 14:44:24 +0200
commit1ea16bb5f8ad86619a2fbf29ae05c78d943e68e6 (patch)
tree4800a85d12d31b4c98219aa5e5bb557daec8b5df /adbh.py
parenta514ba5f86b31372222202c271919f468cec523a (diff)
downloadlogilab-common-1ea16bb5f8ad86619a2fbf29ae05c78d943e68e6.tar.gz
add Decimal Type support for database apy
Diffstat (limited to 'adbh.py')
-rw-r--r--adbh.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/adbh.py b/adbh.py
index 880eb8b..46a0909 100644
--- a/adbh.py
+++ b/adbh.py
@@ -130,6 +130,7 @@ class _GenericAdvFuncHelper:
'String' : 'text',
'Int' : 'integer',
'Float' : 'float',
+ 'Decimal' : 'decimal',
'Boolean' : 'boolean',
'Date' : 'date',
'Time' : 'time',