summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/cextension/processors.c
Commit message (Expand)AuthorAgeFilesLines
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-508/+0
* removals: all unicode encoding / decodingMike Bayer2021-11-101-188/+0
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* happy new yearMike Bayer2018-01-121-1/+1
* - update copyright in .c filesMike Bayer2017-01-171-1/+1
* Make boolean processors consistent between Py/C; coerce to 1/0Mike Bayer2016-06-231-12/+2
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - rework Oracle to no longer do its own unicode conversion; this has been obs...Mike Bayer2014-01-171-0/+41
* Use PyMODINIT_FUNCcgohlke2014-01-081-1/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* - The C extensions are ported to Python 3 and will build underMike Bayer2013-07-261-22/+222
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* - add new C extension "utils", so far includes distill_paramsMike Bayer2012-08-071-0/+1
* - [bug] Fixed bug in C extensions wherebyMike Bayer2012-03-131-15/+10
* o null check PyObject_Repr resultsPhilip Jenvey2012-01-231-6/+19
* - [bug] Improved error messages when a non-stringMike Bayer2012-01-221-6/+45
* fixed a small potential memory leak in UnicodeResultProcessor (for some weirdGaëtan de Menten2010-11-271-1/+9
* Fix memory leaks in the cprocessors DecimalResultProcessor, including tests. ...Taavi Burns2010-11-191-1/+10
* Hopefully fix C extension on python2.4 (ticket #1781), however I can't test itGaëtan de Menten2010-04-261-0/+7
* support scale argument for the C implementation of the decimal processorGaëtan de Menten2010-02-281-5/+14
* fixed a huge bug in the C version of the unicode processorGaëtan de Menten2010-02-141-1/+1
* - Added an optional C extension to speed up the sql layer byGaëtan de Menten2010-02-131-0/+384