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