summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/processors.py
Commit message (Expand)AuthorAgeFilesLines
* - [bug] Improved error messages when a non-stringMike Bayer2012-01-221-25/+34
* - Ensured that the same ValueError is raised forMike Bayer2011-08-041-1/+4
* - whitespace removal bonanzaMike Bayer2011-01-021-1/+1
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-1/+2
* - Added a bind processor for booleans which coercesMike Bayer2010-11-151-0/+6
* - more 78 charsMike Bayer2010-07-101-1/+2
* 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