summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/processors.py
Commit message (Expand)AuthorAgeFilesLines
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-132/+0
* removals: all unicode encoding / decodingMike Bayer2021-11-101-44/+0
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-4/+7
* happy new yearMike Bayer2020-01-011-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-17/+20
* Run black -l 79 against all source filesMike Bayer2019-01-061-17/+39
* happy new yearMike Bayer2018-01-121-1/+1
* Disallow all ambiguous boolean values for BooleanMike Bayer2017-10-121-7/+0
* Support python3.6Mike Bayer2017-01-131-3/+3
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Make boolean processors consistent between Py/C; coerce to 1/0Mike Bayer2016-06-231-2/+2
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* PEP8 style fixesBrian Jarrett2014-07-131-10/+12
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - rework Oracle to no longer do its own unicode conversion; this has been obs...Mike Bayer2014-01-171-1/+22
* - happy new yearMike Bayer2014-01-051-1/+1
* - The precision used when coercing a returned floating point value toMike Bayer2013-11-221-2/+2
* - the raw 2to3 runMike Bayer2013-04-271-3/+3
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/Diana Clarke2012-11-191-1/+4
* - add new C extension "utils", so far includes distill_paramsMike Bayer2012-08-071-2/+3
* -whitespace bonanza, contdMike Bayer2012-07-281-4/+4
* Improve SQLite DATETIME storage format handling [ticket:2363]Nathan Wright2012-03-121-1/+7
* - [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