Commit Graph

4 Commits

Author SHA1 Message Date
mdipierro
1790688357 some changes in permissions, thanks Paolo 2019-05-18 22:18:24 -07:00
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