summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/cextension
Commit message (Expand)AuthorAgeFilesLines
* - Added some defs to the resultproxy.c extension so thatMike Bayer2011-01-301-0/+2
* fixed a small potential memory leak in UnicodeResultProcessor (for some weirdGaëtan de Menten2010-11-272-7/+15
* Fix memory leaks in the cprocessors DecimalResultProcessor, including tests. ...Taavi Burns2010-11-191-1/+10
* - Implemented sequence check capability for the CMike Bayer2010-11-091-1/+7
* take2 on #1781.Gaëtan de Menten2010-04-271-1/+2
* Hopefully fix C extension on python2.4 (ticket #1781), however I can't test itGaëtan de Menten2010-04-262-0/+13
* - enginesGaëtan de Menten2010-04-111-5/+9
* ... also when changing the row dynamicallyGaëtan de Menten2010-04-021-1/+1
* - made the C version of RowProxy accept any sequence for the row, instead ofGaëtan de Menten2010-04-021-17/+16
* support scale argument for the C implementation of the decimal processorGaëtan de Menten2010-02-281-5/+14
* fix typoGaëtan de Menten2010-02-241-1/+1
* - fix C version of rowproxy pickling so that it pickles to the same formatGaëtan de Menten2010-02-141-2/+2
* 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-132-0/+970