summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
...
* Add length parameter in `Enum`Federico Caselli2020-04-061-1/+18
* Repair caching / traversals for valuesMike Bayer2020-04-013-56/+54
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-0114-132/+305
* Merge "Add a third labeling mode for SELECT statements"mike bayer2020-03-304-59/+179
|\
| * Add a third labeling mode for SELECT statementsMike Bayer2020-03-294-59/+179
* | Remove support for python 3.4Federico Caselli2020-03-301-1/+1
|/
* Correct ambiguous func / class linksMike Bayer2020-03-257-92/+95
* Merge "Implement SQL VALUES in core."mike bayer2020-03-244-0/+168
|\
| * Implement SQL VALUES in core.Gord Thompson2020-03-244-0/+168
* | Merge "Convert schema_translate to a post compile"mike bayer2020-03-244-86/+79
|\ \
| * | Convert schema_translate to a post compileMike Bayer2020-03-244-86/+79
* | | Improve the method ``__str__`` of :class:`ColumnCollection`Federico Caselli2020-03-241-3/+6
| |/ |/|
* | Remove deprecated elements from selectable.py; remove lockmodeMike Bayer2020-03-232-36/+2
|/
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-212-24/+25
* Merge "Rework select(), CompoundSelect() in terms of CompileState"mike bayer2020-03-117-546/+596
|\
| * Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-107-546/+596
* | Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-079-76/+91
|/
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-0610-338/+807
* Merge remote-tracking branch 'origin/pr/5186'Mike Bayer2020-03-041-1/+1
|\
| * fix typo in PickleType documentationFederico Caselli2020-03-041-1/+1
* | Restore crud flags if visiting_cte is setMike Bayer2020-03-032-2/+5
|/
* Ensure all nested exception throws have a causeMike Bayer2020-03-0210-98/+168
* Discontinue dynamic __visit_name__Mike Bayer2020-03-013-42/+31
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-264-19/+19
* Merge "Ensure schema-level table includes annotations in caching"mike bayer2020-02-241-1/+1
|\
| * Ensure schema-level table includes annotations in cachingMike Bayer2020-02-241-1/+1
* | Ensure descendants of mixins don't become cacheableMike Bayer2020-02-222-10/+14
|/
* Merge "Repair inline flag"mike bayer2020-02-222-7/+6
|\
| * Repair inline flagMike Bayer2020-02-222-7/+6
* | Merge remote-tracking branch 'origin/pr/5141'Mike Bayer2020-02-222-4/+4
|\ \ | |/ |/|
| * fix documentation typosFederico Caselli2020-02-082-4/+4
* | Result initial introductionMike Bayer2020-02-212-2/+39
* | Deprecate connection branchingMike Bayer2020-02-211-3/+1
* | Merge "Create initial future package, RemovedIn20Warning"mike bayer2020-02-173-35/+270
|\ \
| * | Create initial future package, RemovedIn20WarningMike Bayer2020-02-123-35/+270
| |/
* | Fixes for public_factory and mysql/pg dml functionsMike Bayer2020-02-081-42/+46
|/
* Deprecate empty or_() and and_()Federico Caselli2020-01-251-18/+88
* Query linter optionAlessio Bogon2020-01-222-13/+167
* Reorganize core event modules to avoid import cyclesMike Bayer2020-01-214-2/+288
* Merge "apply asbool reduction to the onclause in join()"mike bayer2020-01-181-1/+1
|\
| * apply asbool reduction to the onclause in join()Mike Bayer2020-01-171-1/+1
* | Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-17/+1
|/
* Alter unique bound parameter key on deserializeMike Bayer2020-01-101-0/+7
* Merge "Enable F821"mike bayer2020-01-074-10/+25
|\
| * Enable F821Mike Bayer2020-01-044-10/+25
* | Support GenericFunction.name passed as a quoted_nameMike Bayer2020-01-062-3/+29
|/
* happy new yearMike Bayer2020-01-0121-21/+21
* Source base cleanupsMike Bayer2020-01-011-1/+1
* Test for short term reference cycles and resolve as many as possibleMike Bayer2019-12-306-6/+19
* De-implement non-working / testing copy_internals from dmlMike Bayer2019-12-291-16/+3