summaryrefslogtreecommitdiff
path: root/test/sql/test_case_statement.py
Commit message (Expand)AuthorAgeFilesLines
* use ExpressionElementRole for case targets in case()Mike Bayer2021-11-031-15/+63
* Remove deprecated dialects and driversFederico Caselli2021-10-311-1/+0
* dont warn for dictionary passed positionallyMike Bayer2021-07-211-6/+2
* Correct for coercion from list args to positional for caseMike Bayer2021-03-191-0/+47
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-2/+2
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-18/+23
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-50/+37
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-69/+55
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-2/+2
* Post black reformattingMike Bayer2019-01-061-18/+20
* Run black -l 79 against all source filesMike Bayer2019-01-061-86/+126
* Fix string formatting TypeError if tuple is passedMiguel Ventura2018-05-171-3/+15
* - update the flake8 rules againMike Bayer2014-07-181-2/+2
* PEP8 tidy of subset of test/sql/*.pypr/103Tony Locke2014-07-071-44/+65
* pg8000 passing test/sqlTony Locke2014-07-061-8/+12
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-2/+0
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-2/+3
* - got firebird runningMike Bayer2012-09-231-6/+14
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-1/+1
* make it more explicit in tests which dialect we want to use for thingsMike Bayer2011-02-111-0/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-9/+9
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-2/+2
* - rewrote the "connections" sectionMike Bayer2010-09-051-4/+4
* - the text() construct, if placed in a columnMike Bayer2010-08-031-2/+20
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+137