summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* more test codepr/122Mike Bayer2014-07-231-0/+1
* - test bad pep8 detection on jenkinsMike Bayer2014-07-231-0/+3
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-504/+515
* - Fixed a SQLite join rewriting issue where a subquery that is embeddedMike Bayer2014-07-151-8/+10
* - allow the compilation rule that gets the formatted nameMike Bayer2014-07-141-13/+19
* - Fix bug in naming convention feature where using a checkMike Bayer2014-07-141-1/+7
* -Fixed bug in common table expressions whereby positional boundMike Bayer2014-07-141-7/+10
* - Fixed bug where multi-valued :class:`.Insert` construct would failMike Bayer2014-07-141-2/+4
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - attach the ResultMetaData to the Compiled object, when we detect thatMike Bayer2014-06-291-0/+2
* Update compiler.pyBY-jk2014-06-081-1/+2
* Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-161-7/+7
|\
| * Remove unused importDobes Vandermeer2014-04-251-1/+0
| * Use _offset_clause and _limit_clause, which are always Visitable and usually ...Dobes Vandermeer2014-04-251-7/+7
| * Proof-of-concept implementation of supporting bindparam for offset and limit ...Dobes Vandermeer2014-04-241-2/+3
* | - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete`Mike Bayer2014-05-081-3/+6
* | - Fixed bug where the combination of "limit" rendering asMike Bayer2014-04-301-13/+14
* | Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
|/
* - Fixed regression introduced in 0.9 where new "ORDER BY <labelname>"Mike Bayer2014-04-101-1/+1
* - Added new flag :paramref:`.expression.between.symmetric`, when set to TrueMike Bayer2014-03-301-1/+12
* - More fixes to SQLite "join rewriting"; the fix from :ticket:`2967`Mike Bayer2014-02-201-12/+17
* - re: #2967, also fixed a somewhat related issue where join rewriting would failMike Bayer2014-02-191-0/+5
* - Fixed bug in SQLite "join rewriting" where usage of an exists() constructMike Bayer2014-02-191-3/+3
* - for TextAsFrom, put the "inner" columns in the result map directly.Mike Bayer2014-02-101-4/+3
* - Fixed bug where so-called "literal render" of :func:`.bindparam`Mike Bayer2014-02-051-2/+2
* - Fixed bug whereby SQLite compiler failed to propagate compiler argumentsMike Bayer2014-01-311-1/+0
* - Fixed the multiple-table "UPDATE..FROM" construct, only usable onMike Bayer2014-01-201-30/+80
* Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is givendonkopotamus2014-01-171-0/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - Fixed issue where a primary key column that has a Sequence on it,Mike Bayer2013-12-201-1/+7
* - Fixed bug with :meth:`.Insert.from_select` method where the orderMike Bayer2013-12-191-4/+11
* - for [ticket:2651], leaving CheckConstraint alone, preferring to keepMike Bayer2013-12-161-2/+3
* - implement "literal binds" for the text() clause, [ticket:2882]Mike Bayer2013-12-111-3/+3
* - New improvements to the :func:`.text` construct, includingMike Bayer2013-11-291-9/+30
* - fix up rendering of "of"Mike Bayer2013-11-281-1/+3
* - work in progress, will squashMike Bayer2013-11-281-10/+2
* Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat...Mike Bayer2013-11-281-1/+6
|\
| * added LockmodeArgspr/42Mario Lassnig2013-11-281-1/+6
| * added ORM supportMario Lassnig2013-11-141-2/+0
| * add psql FOR UPDATE OF functionalityMario Lassnig2013-11-121-0/+2
* | Fix cross referencesVraj Mohan2013-11-121-1/+2
|/
* - Fixed a regression introduced by the join rewriting feature ofMike Bayer2013-11-011-2/+5
* An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-231-2/+21
* - A :func:`.bindparam` construct with a "null" type (e.g. no typeMike Bayer2013-10-211-9/+15
* - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-201-46/+41
* workaround for #2838 here. still need to figure out why an ENUM test is sudd...Mike Bayer2013-10-141-0/+7
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-3/+4
* Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30Alex Gaynor2013-09-251-0/+3
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-53/+46
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-251-9/+50