summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/selectable.py
Commit message (Expand)AuthorAgeFilesLines
* Add more nesting features to add_cte()Mike Bayer2022-02-241-11/+85
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-29/+38
* Merge "track item schema names to identify name collisions w/ default schema"...mike bayer2022-01-141-1/+27
|\
| * track item schema names to identify name collisions w/ default schemaMike Bayer2022-01-141-1/+27
* | Initial ORM typing layoutMike Bayer2022-01-141-12/+14
* | initial reorganize for static typingMike Bayer2022-01-121-424/+26
|/
* remove internal use of metaclassesMike Bayer2022-01-111-1/+2
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Remove all remaining removed_in_20 warnings slated for removalMike Bayer2022-01-051-388/+26
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-3/+3
* remove 2.0-removed Query elementsMike Bayer2022-01-011-16/+7
* Properly type _generative, decorator, public_factoryFederico Caselli2021-12-301-32/+110
* remove legacy select patternsMike Bayer2021-12-291-439/+8
* Replace raise_ with raise fromFederico Caselli2021-12-271-16/+10
* Fix typo in docstringLele Gaifax2021-12-091-1/+1
* fix typo in exists documentationFederico Caselli2021-12-051-1/+1
* The where method of exists now accepts multiple cluase.Federico Caselli2021-12-041-2/+8
* Removals: MetaData.bind, Table.bind, all other .bindMike Bayer2021-12-021-102/+0
* Clean up most py3k compatFederico Caselli2021-11-241-11/+3
* Remove object in class definitionFederico Caselli2021-11-221-7/+7
* Add Non linear CTE supportEric Masseran2021-11-161-29/+155
* fully implement future engine and remove legacyMike Bayer2021-11-071-3/+2
* add missing info from groupby documentationFederico Caselli2021-11-031-0/+2
* Remove deprecated dialects and driversFederico Caselli2021-10-311-1/+1
* clarify order_by(None) for Core; improve wordingMike Bayer2021-10-291-1/+8
* remove _resolve_label and related attributesMike Bayer2021-10-201-1/+1
* Fix recursive CTE to support nestingEric Masseran2021-10-121-4/+14
* fixes for usage of the null() and similar constantsMike Bayer2021-10-081-6/+24
* Account for `schema` in `table()` `fullname` attribute.Federico Caselli2021-10-011-1/+5
* include setup_joins targets when scanning for FROM objects to cloneMike Bayer2021-09-201-0/+34
* Implement nesting CTEEric Masseran2021-09-171-2/+43
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-1/+1
* remove lambda caching from loader strategiesMike Bayer2021-08-171-0/+13
* add columns_clause_froms and related use casesMike Bayer2021-08-071-11/+117
* Adjust CTE recrusive col list to accommodate dupe col namesMike Bayer2021-07-131-1/+4
* Merge "labeling refactor"mike bayer2021-07-131-123/+140
|\
| * labeling refactorMike Bayer2021-07-121-123/+140
* | Merge "implement independent CTEs"mike bayer2021-07-121-0/+75
|\ \
| * | implement independent CTEsMike Bayer2021-07-121-0/+75
| |/
* | represent tablesample.sampling as FunctionElement in all casesMike Bayer2021-07-111-6/+6
|/
* Merge "Add additional support to honor _proxy_key in Core selects"mike bayer2021-07-091-6/+9
|\
| * Add additional support to honor _proxy_key in Core selectsMike Bayer2021-07-051-6/+9
* | Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
|/
* Export deferred columns but not col props; fix CTE labelingMike Bayer2021-06-221-40/+22
* memoize current options and joins w with_entities/with_only_colsMike Bayer2021-06-171-18/+68
* repair Join.is_derived_from() to not rely on simple identityMike Bayer2021-06-071-1/+3
* Merge "Remove pep484 type comments from the code"mike bayer2021-05-181-8/+0
|\
| * Remove pep484 type comments from the codeFederico Caselli2021-05-161-8/+0
* | Run SelectState from obj normalize ahead of calcing ORM joinsMike Bayer2021-05-171-21/+40
|/