summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
Commit message (Expand)AuthorAgeFilesLines
* add missing docsMike Bayer2023-05-101-0/+1
* Restore export for nullslast/nullfirstFederico Caselli2023-02-281-0/+4
* Dedicated bitwise operatorsjazzthief2023-02-061-0/+1
* happy new year 2023Mike Bayer2023-01-031-1/+1
* update for mypy 1.0 devFederico Caselli2022-11-291-0/+1
* add common base class for all SQL col expression objectsMike Bayer2022-11-211-0/+1
* implement multi-element expression constructsMike Bayer2022-04-131-0/+1
* pep484 - SQL internalsMike Bayer2022-03-241-1/+0
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-0/+1
* update zimportsMike Bayer2022-02-091-9/+6
* initial reorganize for static typingMike Bayer2022-01-121-257/+137
* remove internal use of metaclassesMike Bayer2022-01-111-1/+1
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Properly type _generative, decorator, public_factoryFederico Caselli2021-12-301-4/+4
* remove legacy select patternsMike Bayer2021-12-291-5/+0
* fully implement future engine and remove legacyMike Bayer2021-11-071-1/+0
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Ignore flake8 F401 on specific filesFederico Caselli2021-03-031-88/+88
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-0/+2
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-0/+4
* happy new yearMike Bayer2021-01-041-1/+1
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-6/+8
* Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+5
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-1/+1
* introduce deferred lambdasMike Bayer2020-07-031-0/+6
* Fix almost all read-level sphinx warningsMike Bayer2020-04-111-0/+2
* Implement SQL VALUES in core.Gord Thompson2020-03-241-0/+4
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-1/+1
* Fixes for public_factory and mysql/pg dml functionsMike Bayer2020-02-081-42/+46
* happy new yearMike Bayer2020-01-011-1/+1
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-2/+0
* SelectBase no longer a FromClauseMike Bayer2019-07-061-0/+5
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-18/+1
* Prevent __init__ from being called for Alias, subclassesMike Bayer2019-02-211-3/+5
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-0/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-93/+91
* Run black -l 79 against all source filesMike Bayer2019-01-061-44/+161
* happy new yearMike Bayer2018-01-121-1/+1
* Recognize brackets, quoted_name in SQL Server schemaMike Bayer2017-04-041-2/+3
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Correct any_, all_ spellingMike Bayer2016-12-281-1/+1
* Add TABLESAMPLE clause support.saarni2016-06-151-2/+3
* - Added :meth:`.Select.lateral` and related constructs to allowMike Bayer2016-03-291-4/+6
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-111-2/+2
* - happy new yearMike Bayer2016-01-291-1/+1
* - The :func:`.type_coerce` construct is now a fully fledged CoreMike Bayer2015-09-161-1/+2
* - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-261-2/+3
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-251-2/+4