summaryrefslogtreecommitdiff
path: root/test/sql/test_functions.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-1/+1
* - Added a supported :meth:`.FunctionElement.alias` method to functions,Mike Bayer2014-07-241-0/+51
* - update the flake8 rules againMike Bayer2014-07-181-68/+81
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-12/+1
* - Fixed regression whereby the "annotation" system used by the ORM was leakingMike Bayer2014-01-291-0/+5
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-3/+2
* - the raw 2to3 runMike Bayer2013-04-271-2/+2
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-1/+1
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-3/+4
* - [feature] The cast() and extract() constructsMike Bayer2012-09-101-0/+6
* - [feature] The "required" flag is set toMike Bayer2012-08-271-1/+1
* - add "identifier", can differentiate between "name" rendered and "identifier...Mike Bayer2012-08-261-0/+29
* - tweak the GenericFunction constructor more so that it's action in parsing theMike Bayer2012-08-261-0/+13
* - correct the argument signature for GenericFunction to be more predictableMike Bayer2012-08-241-1/+10
* - [feature] Enhanced GenericFunction and func.*Mike Bayer2012-08-221-42/+105
* -whitespace bonanza, contdMike Bayer2012-07-281-7/+7
* fix some testsMike Bayer2011-06-021-5/+6
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-2/+2