summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/functions.py
Commit message (Expand)AuthorAgeFilesLines
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+4
* Removals: MetaData.bind, Table.bind, all other .bindMike Bayer2021-12-021-18/+0
* Clean up most py3k compatFederico Caselli2021-11-241-2/+2
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* fully implement future engine and remove legacyMike Bayer2021-11-071-46/+2
* implement _all_selected_columns for functionelementMike Bayer2021-09-201-1/+12
* labeling refactorMike Bayer2021-07-121-0/+8
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Support filter_by() from columns, functions, Core SQLMike Bayer2021-05-011-0/+11
* Derive `next_value.type` from `Sequence.data_type` if availableBryan Forbes2021-04-181-0/+3
* Use tuple for function package namesMike Bayer2021-03-191-1/+1
* Accept ColumnCollection in update_on_conflict(set_=Gord Thompson2021-02-151-1/+1
* test Function(?:Element)._bind_param() with in_()Mike Bayer2021-02-111-2/+4
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-39/+343
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-211-250/+22
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-201-22/+250
* happy new yearMike Bayer2021-01-041-1/+1
* Deprecate bind args, execute() methods that were missedMike Bayer2020-10-301-3/+19
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-16/+15
* introduce deferred lambdasMike Bayer2020-07-031-2/+2
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-6/+6
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-3/+36
* Convert execution to move through SessionMike Bayer2020-05-251-3/+17
* Create initial 2.0 engine implementationMike Bayer2020-04-161-2/+6
* Run search and replace of symbolic module namesMike Bayer2020-04-141-19/+21
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-3/+2
* Correct ambiguous func / class linksMike Bayer2020-03-251-1/+1
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-261-2/+2
* Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-1/+1
* Support GenericFunction.name passed as a quoted_nameMike Bayer2020-01-061-3/+27
* happy new yearMike Bayer2020-01-011-1/+1
* Traversal and clause generation performance improvementsMike Bayer2019-12-141-0/+3
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-45/+25
* Fix test failures from func doc fixMike Bayer2019-10-171-1/+1
* fix func docsMike Bayer2019-10-171-69/+108
* Allow duplicate columns in from clauses and selectablesMike Bayer2019-07-111-1/+2
* Enable F841Mike Bayer2019-06-201-5/+3
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-5/+19
* Do not register the GenericFunction in sql.functions._registryAdrien Berchet2019-05-061-1/+12
* Make the GenericFunction registry fully case insensitiveMike Bayer2019-04-301-58/+6
* Add case insensitivity feature to GenericFunction.Adrien Berchet2019-04-291-2/+63
* Add _cache_key implementation.Mike Bayer2019-04-291-0/+21
* Reimplement .compare() in terms of a visitorMike Bayer2019-04-291-10/+24
* Prevent __init__ from being called for Alias, subclassesMike Bayer2019-02-211-1/+1
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-15/+0
* Merge "use ..deprecated directive w/ version in all cases"mike bayer2019-01-121-0/+16
|\
| * use ..deprecated directive w/ version in all casesMike Bayer2019-01-111-0/+16
* | happy new yearMike Bayer2019-01-111-1/+1
|/
* Post black reformattingMike Bayer2019-01-061-26/+30
* Run black -l 79 against all source filesMike Bayer2019-01-061-55/+84