summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/cextension/processors.c
Commit message (Expand)AuthorAgeFilesLines
* - 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