summaryrefslogtreecommitdiff
path: root/test/sql/test_functions.py
Commit message (Expand)AuthorAgeFilesLines
* Warn when caching is disabled / documentMike Bayer2021-12-061-2/+18
* Clean up most py3k compatFederico Caselli2021-11-241-5/+5
* Remove deprecated dialects and driversFederico Caselli2021-10-311-9/+4
* Pickling fixes for ORM / CoreMike Bayer2021-10-131-0/+25
* Apply quoting to render_derived() namesMike Bayer2021-04-011-0/+22
* Deannoate functions before matching .__class__Mike Bayer2021-03-191-0/+7
* test Function(?:Element)._bind_param() with in_()Mike Bayer2021-02-111-2/+32
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-0/+496
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-2/+4
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-211-432/+0
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-201-0/+432
* update execute() arg formats in modules and testsMike Bayer2021-01-151-2/+2
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-5/+5
* remove more bound metadataMike Bayer2021-01-051-8/+4
* Repair reduction in OverMike Bayer2020-10-121-0/+15
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+2
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-18/+15
* Merge "Do not specify type on mssql by default"mike bayer2020-09-121-2/+2
|\
| * Do not specify type on mssql by defaultFederico Caselli2020-09-121-2/+2
* | Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-81/+59
|/
* Merge "Fix a wide variety of typos and broken links"mike bayer2020-06-261-2/+2
|\
| * Fix a wide variety of typos and broken linksaplatkouski2020-06-251-2/+2
* | Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-1/+3
|/
* Add support for "real" sequences in mssqlGord Thompson2020-05-291-2/+2
* Clean up .execute in test/sql/test_functions.pyGord Thompson2020-04-201-82/+81
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-1/+4
* Result initial introductionMike Bayer2020-02-211-5/+5
* Support GenericFunction.name passed as a quoted_nameMike Bayer2020-01-061-0/+16
* Add result map targeting for custom compiled, text objectsMike Bayer2019-10-071-0/+15
* self_group() for FunctionFilterMike Bayer2019-07-121-0/+9
* SelectBase no longer a FromClauseMike Bayer2019-07-061-15/+17
* Do not register the GenericFunction in sql.functions._registryAdrien Berchet2019-05-061-0/+40
* Make the GenericFunction registry fully case insensitiveMike Bayer2019-04-301-4/+22
* Add case insensitivity feature to GenericFunction.Adrien Berchet2019-04-291-3/+55
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-0/+37
* Post black reformattingMike Bayer2019-01-061-33/+44
* Run black -l 79 against all source filesMike Bayer2019-01-061-347/+388
* Assorted pre-Black fixesMike Bayer2019-01-051-44/+41
* Allow optional *args with base AnsiFunctionMike Bayer2018-11-291-18/+15
* Add missing range_ / rows parameters to additional over() methodsMike Bayer2018-08-191-0/+32
* support functions "as binary comparison"Mike Bayer2018-07-091-1/+65
* Fix array_agg to accommodate ARRAY argumentsMike Bayer2017-10-061-1/+37
* Support pg10Mike Bayer2017-10-021-8/+2
* Implement placeholders for CUBE, ROLLUP, GROUPING SETSreview/mike_bayer/pr_github_383Spitcyn2017-09-131-0/+36
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-4/+4
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-4/+4
* - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-261-15/+110
* - Added support for the SQL-standard function :class:`.array_agg`,Mike Bayer2015-08-261-2/+10
* - Fixed potential issue where a custom subclassMike Bayer2015-07-191-2/+14
* - changelog, migration for pr github:134Mike Bayer2014-10-041-1/+111