summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Support python3.6Mike Bayer2017-01-131-3/+3
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-1/+1
* Ensure @compiles calls down to the original compilation schemeMike Bayer2016-06-291-2/+15
* - happy new yearMike Bayer2016-01-291-1/+1
* - add a note that the literal_binds flag should be usedMike Bayer2016-01-201-1/+11
* - copyright 2015Mike Bayer2015-03-101-1/+1
* PEP8 style fixesBrian Jarrett2014-07-131-5/+7
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* Fix cross referencesVraj Mohan2013-11-121-1/+1
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-051-0/+6
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* fixing broken links (see #2625)Diana Clarke2012-12-061-5/+6
* just a pep8 pass of lib/sqlalchemy/extDiana Clarke2012-11-191-47/+63
* - [feature] Added a hook to the system of renderingMike Bayer2012-09-091-0/+15
* - move ext to relative importsMike Bayer2012-07-171-25/+25
* happy new yearMike Bayer2012-01-041-1/+1
* - [bug] the @compiles decorator raises anMike Bayer2011-12-061-1/+7
* document autocommit when using the compiler extension, update the "understand...Mike Bayer2011-08-181-0/+49
* - add some function examples, [ticket:2107]Mike Bayer2011-04-021-1/+117
* - whitespace removal bonanzaMike Bayer2011-01-021-17/+17
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* almost through.Mike Bayer2010-09-041-0/+2
* - The 'default' compiler is automatically copied overMike Bayer2010-07-021-1/+6
* add example for changing TypeEngine compilationMike Bayer2010-04-071-1/+18
* add FunctionElement exampleMike Bayer2010-04-021-2/+17
* - the compiler extension now allows @compiles decoratorsMike Bayer2010-03-301-1/+1
* - Made sqlalchemy.sql.expressions.Executable part of publicMike Bayer2010-02-121-1/+8
* add a note about type for ColumnElementMike Bayer2010-02-071-0/+8
* some compile docsMike Bayer2009-12-301-2/+40
* - subclassed Function off of new FunctionElement generic baseMike Bayer2009-11-101-11/+42
* merge 0.6 series to trunk.Mike Bayer2009-08-061-4/+4
* - Back-ported the "compiler" extension from SQLA 0.6. Thisrel_0_5_4Mike Bayer2009-05-171-0/+110