summaryrefslogtreecommitdiff
path: root/test/sql/test_functions.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* merge 0.6 series to trunk.Mike Bayer2009-08-061-17/+21
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+317