summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge "Implement support for functions as FROM with columns clause support"mike bayer2021-02-0312-128/+785
|\
| * Implement support for functions as FROM with columns clause supportMike Bayer2021-02-0312-128/+785
* | Add coercions to literal()Mike Bayer2021-02-033-4/+25
|/
* set identifier length for MySQL constraints to 64Mike Bayer2021-01-301-1/+7
* Merge "Use schema._copy_expression() fully in column collection constraints"mike bayer2021-01-291-7/+17
|\
| * Use schema._copy_expression() fully in column collection constraintsGord Thompson2021-01-291-7/+17
* | Clarify Column.index / Column.unique parametersMike Bayer2021-01-291-12/+95
|/
* Render NULL for bindparam w/ None value/literal_binds, warnMike Bayer2021-01-281-4/+10
* Merge "Fix many spell glitches in docstrings and comments"mike bayer2021-01-269-19/+19
|\
| * Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-249-20/+20
* | Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-264-33/+191
|/
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-217-514/+75
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-207-75/+514
* chain joins from SelectState context, not SelectMike Bayer2021-01-201-1/+14
* Document Table/Column accessorsMike Bayer2021-01-192-2/+112
* Merge "``Identity`` implies ``nullable=False``."mike bayer2021-01-172-16/+45
|\
| * ``Identity`` implies ``nullable=False``.Federico Caselli2021-01-162-16/+45
* | introduce generalized decorator to prevent invalid method callsMike Bayer2021-01-162-13/+42
|/
* allow Executable to be accepted by Session.execute()Mike Bayer2021-01-142-2/+1
* Merge "Remove special rule for TypeDecorator of TypeDecorator"mike bayer2021-01-071-5/+1
|\
| * Remove special rule for TypeDecorator of TypeDecoratorMike Bayer2021-01-051-5/+1
* | remove more bound metadataMike Bayer2021-01-051-3/+6
|/
* happy new yearMike Bayer2021-01-0423-23/+23
* Support TypeDecorator.get_dbapi_type() for setinpusizesMike Bayer2020-12-301-3/+8
* Fix issues with JSON and float/numericGord Thompson2020-12-201-1/+19
* Improve type detection for Values / TupleMike Bayer2020-12-184-6/+32
* Major revisals to lambdasMike Bayer2020-12-163-149/+322
* Merge "Emit deprecation warnings for plain text under Session"mike bayer2020-12-141-17/+10
|\
| * Emit deprecation warnings for plain text under SessionMike Bayer2020-12-111-17/+10
* | Emit deprecation warning for general DDLElement.bind argumentMike Bayer2020-12-141-7/+54
* | Merge "Support IF EXISTS/IF NOT EXISTS for DDL constructs"mike bayer2020-12-142-9/+90
|\ \
| * | Support IF EXISTS/IF NOT EXISTS for DDL constructsRamonWill2020-12-142-9/+90
* | | Merge "Fixes for lambda expressions and relationship loaders"mike bayer2020-12-122-1/+26
|\ \ \
| * | | Fixes for lambda expressions and relationship loadersMike Bayer2020-12-112-1/+26
| | |/ | |/|
* | | Merge "Send deterministic ordering into unit of work topological"mike bayer2020-12-121-2/+0
|\ \ \ | |/ / |/| |
| * | Send deterministic ordering into unit of work topologicalMike Bayer2020-12-111-2/+0
* | | Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-111-2/+2
|\ \ \
| * | | correct for "autocommit" deprecation warningMike Bayer2020-12-111-2/+2
* | | | Implement `TypeEngine.as_generic`Gord Thompson2020-12-083-31/+85
|/ / /
* | | Properly render ``cycle=False`` and ``order=False``Federico Caselli2020-12-011-3/+3
* | | Merge "improve cross-linking between Core /ORM for schema arg"mike bayer2020-12-011-41/+3
|\ \ \ | |/ / |/| |
| * | improve cross-linking between Core /ORM for schema argMike Bayer2020-11-301-41/+3
* | | Don't discard leftovers from surface_selectablesMike Bayer2020-11-261-1/+6
|/ /
* | Don't emit warnings on descriptor accessMike Bayer2020-11-202-0/+4
* | Allow MetaData as the target for column_reflect eventMike Bayer2020-11-182-13/+43
* | improve column_reflect docsMike Bayer2020-11-181-40/+44
* | Data type is supported only on sequences, not indentityFederico Caselli2020-11-171-7/+4
* | Ensure the "orm" plugin is used unconditionally for bundlesMike Bayer2020-11-161-1/+3
* | Some small improvements on the tutorial 2.0 documentsFederico Caselli2020-11-132-2/+2
* | Allow multiple returning() callsMike Bayer2020-11-111-29/+46