summaryrefslogtreecommitdiff
path: root/test/sql/test_functions.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* make it more explicit in tests which dialect we want to use for thingsMike Bayer2011-02-111-0/+1
* - need to limit the list of oracle fn's that don't get parens to aMike Bayer2011-02-111-2/+2
* - whitespace removal bonanzaMike Bayer2011-01-021-15/+15
* - support for cdecimalMike Bayer2010-12-111-2/+2
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-5/+5
* - func.XXX() doesn't inadvertently resolve to non-FunctionMike Bayer2010-05-131-1/+4
* fix failing test due to sybase paramstyleMike Bayer2010-03-141-12/+20
* fix this test for oracle so all types return datetime.dateMike Bayer2010-03-111-1/+1
* - Made sqlalchemy.sql.expressions.Executable part of publicMike Bayer2010-02-121-1/+15
* - FunctionElement subclasses are now directly executable theMike Bayer2010-02-071-2/+13