summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/cextension
Commit message (Expand)AuthorAgeFilesLines
* removals: all unicode encoding / decodingMike Bayer2021-11-101-188/+0
* 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-13/+1
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-112-3/+3
* Replace all http:// links to https://Federico Caselli2021-07-043-3/+3
* Use Py_TPFLAGS_HAVE_GC for RowMike Bayer2021-06-241-7/+21
* Fix LegacyRow/Row index accessMike Bayer2021-04-081-2/+11
* Minor optimization to the codeFederico Caselli2021-02-181-249/+0
* Repair incorrect symbol PyDict_GetItemWithError for Python 2Mike Bayer2021-01-271-0/+34
* Improve c implementation of immutabledictFederico Caselli2021-01-251-7/+24
* happy new yearMike Bayer2021-01-044-4/+4
* normalize execute style for events, 2.0Mike Bayer2020-08-201-6/+21
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-1/+2
* Convert execution to move through SessionMike Bayer2020-05-251-0/+1
* Avoid proxy functions in row functionsFederico Caselli2020-05-231-5/+46
* Merge "Add immutabledict C code"mike bayer2020-05-232-1/+476
|\
| * Add immutabledict C codeMike Bayer2020-05-233-2/+476
* | Don't incref on new reference key_styleMike Bayer2020-05-221-1/+1
|/
* Performance fixes for new result setMike Bayer2020-05-211-33/+104
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-20/+64
* Create initial 2.0 engine implementationMike Bayer2020-04-161-0/+7
* Fix typo in resultproxy.c and test compatibility with python 3.5Federico Caselli2020-03-281-2/+2
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-1/+1
* Result initial introductionMike Bayer2020-02-211-56/+16
* Fix cext for Python 2; ensure C extensions build successfullyMike Bayer2020-01-041-1/+15
* happy new yearMike Bayer2020-01-013-3/+3
* Run row value processors up frontMike Bayer2019-10-011-263/+426
* happy new yearMike Bayer2019-01-113-3/+3
* Use INITERROR macro in utils.cAndru19992018-06-131-8/+10
* happy new yearMike Bayer2018-01-123-3/+3
* - 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