summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/cextension
Commit message (Expand)AuthorAgeFilesLines
* - update copyright in .c filesMike Bayer2017-01-173-3/+3
* Make boolean processors consistent between Py/C; coerce to 1/0Mike Bayer2016-06-231-12/+2
* Merge remote-tracking branch 'origin/pr/231' into pr231Mike Bayer2016-03-301-0/+4
|\
| * - properly handle negative indexes in RowProxy.__getitem__()pr/231Lele Gaifax2016-01-281-0/+4
* | - happy new yearMike Bayer2016-01-293-3/+3
|/
* - reinstate "dont set up integer index in keymap if we're on cexts",Mike Bayer2016-01-271-1/+1
* - A deep improvement to the recently added :meth:`.TextClause.columns`Mike Bayer2016-01-141-4/+9
* - copyright 2015Mike Bayer2015-03-103-3/+3
* - rework Oracle to no longer do its own unicode conversion; this has been obs...Mike Bayer2014-01-171-0/+41
* Use PyMODINIT_FUNCpr/55cgohlke2014-01-081-1/+1
* Use PyMODINIT_FUNCcgohlke2014-01-081-1/+1
* Use PyMODINIT_FUNCcgohlke2014-01-081-1/+1
* - happy new yearMike Bayer2014-01-053-3/+3
* - The C extensions are ported to Python 3 and will build underMike Bayer2013-07-263-45/+352
* happy new year (see #2645)Diana Clarke2013-01-013-3/+3
* fix some warningsMike Bayer2012-08-281-3/+11
* - [bug] Fixed cextension bug whereby theMike Bayer2012-08-221-3/+10
* - add new C extension "utils", so far includes distill_paramsMike Bayer2012-08-073-0/+191
* - break out engine/base.py into base, interfaces, result, util.Mike Bayer2012-08-071-7/+7
* - [bug] Fixed memory leak in C version ofMike Bayer2012-06-011-6/+18
* - [bug] Fixed issue whereby attribute-basedMike Bayer2012-03-141-1/+10
* - [bug] Fixed bug in C extensions wherebyMike Bayer2012-03-131-15/+10
* - [bug] Fixed memory leak in core which wouldMike Bayer2012-03-101-0/+6
* o null check PyObject_Repr resultsPhilip Jenvey2012-01-232-7/+20
* - [bug] Fixed bug whereby a table-bound ColumnMike Bayer2012-01-221-1/+1
* - [bug] Improved error messages when a non-stringMike Bayer2012-01-221-6/+45
* - 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