summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/processors.py
Commit message (Expand)AuthorAgeFilesLines
* support scale argument for the C implementation of the decimal processorGaëtan de Menten2010-02-281-23/+18
* - the "scale" argument of the Numeric() type is honored whenMike Bayer2010-02-261-10/+22
* rename "error" kwarg to "errors" to be consistent with builtin unicodeGaëtan de Menten2010-02-231-6/+6
* - Added "unicode_errors" parameter to String, Unicode, etc.Mike Bayer2010-02-231-4/+8
* - Added an optional C extension to speed up the sql layer byGaëtan de Menten2010-02-131-0/+90