Commit Graph

3 Commits

Author SHA1 Message Date
Sebastian Ortiz
a2e1343020 fixed bug in defition of decimal types
A postgresql column of type numeric(10,4) was mapped as just decimal, so the parse_decimal of dal.py will fail. The correct mapping is decimal(10,4) in the web2py model.
2014-04-02 09:59:33 -05:00
mdipierro
295084976b pep8 in scripts/*.py 2012-10-19 14:22:42 -05:00
Massimo Di Pierro
d421c1321b initial commit 2011-11-22 23:30:42 -06:00