summaryrefslogtreecommitdiff
path: root/test/ext/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Warn when caching is disabled / documentMike Bayer2021-12-061-8/+22
* Don't stringify unnamed column elements when proxyingMike Bayer2021-04-171-4/+35
* allow Executable to be accepted by Session.execute()Mike Bayer2021-01-141-0/+73
* Merge "Use UnsupportedCompilationError for no default compiler"mike bayer2021-01-141-2/+23
|\
| * Use UnsupportedCompilationError for no default compilerMike Bayer2021-01-141-2/+23
* | reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-1/+1
|/
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-11/+11
* Add result map targeting for custom compiled, text objectsMike Bayer2019-10-071-5/+49
* Reimplement .compare() in terms of a visitorMike Bayer2019-04-291-0/+12
* Post black reformattingMike Bayer2019-01-061-25/+32
* Run black -l 79 against all source filesMike Bayer2019-01-061-115/+98
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-32/+21
* Ensure @compiles calls down to the original compilation schemeMike Bayer2016-06-291-4/+47
* change "psotgresql" to 'postgresql' in decoratorpr/272Mark Sandan2016-05-061-1/+1
* - The :class:`.CreateColumn` construct can be appled to a customMike Bayer2013-08-241-1/+17
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-2/+2
* - [feature] Added a hook to the system of renderingMike Bayer2012-09-091-4/+2
* - adjustments for py3.3 unit tests, [ticket:2542]Mike Bayer2012-08-111-1/+1
* -whitespace bonanza, contdMike Bayer2012-07-281-3/+3
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-171-4/+4
* - [bug] the @compiles decorator raises anMike Bayer2011-12-061-0/+17
* - add some function examples, [ticket:2107]Mike Bayer2011-04-021-1/+34
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-0/+1
* - 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/+2
* - The compiler extension now supports overriding the defaultMike Bayer2011-02-091-32/+67
* - whitespace removal bonanzaMike Bayer2011-01-021-26/+25
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-1/+1
* - The 'default' compiler is automatically copied overMike Bayer2010-07-021-0/+32
* - Fixed bug that would prevent overridden clauseMike Bayer2010-06-261-3/+28
* - the compiler extension now allows @compiles decoratorsMike Bayer2010-03-301-1/+56
* - subclassed Function off of new FunctionElement generic baseMike Bayer2009-11-101-1/+29
* merge 0.6 series to trunk.Mike Bayer2009-08-061-3/+33
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+123