summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Warn / raise for returning() / return_defaults() combinationsMike Bayer2020-11-111-5/+20
* | Remove misleading correlation examplesMike Bayer2020-11-111-42/+36
|/
* Implement upsert for SQLiteRamonWill2020-11-081-4/+5
* Merge "Allow dialect-specific stringification"mike bayer2020-11-083-2/+18
|\
| * Allow dialect-specific stringificationMike Bayer2020-11-083-2/+18
* | Convert to autoload_with internallyMike Bayer2020-11-071-1/+3
|/
* Reduce import time overheadMike Bayer2020-11-034-33/+26
* Merge "tutorial 2.0 WIP"mike bayer2020-10-315-81/+329
|\
| * tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-315-81/+329
* | Merge "while working on #5435, I found some misses from the previous PR for #...mike bayer2020-10-311-2/+2
|\ \
| * | while working on #5435, I found some misses from the previous PR for #5429jonathan vanasco2020-10-301-2/+2
| |/