summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/selectable.py
Commit message (Expand)AuthorAgeFilesLines
* - document all the varities of _label on the base ColumnElementMike Bayer2014-09-061-2/+2
* - add logic to compiler such that if stack is empty, we justMike Bayer2014-09-021-0/+1
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-16/+45
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-242/+266
* - Fixed a SQLite join rewriting issue where a subquery that is embeddedMike Bayer2014-07-151-0/+1
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Fixed bug in INSERT..FROM SELECT construct where selecting from aMike Bayer2014-05-251-1/+1
* - more tests, including backend testsMike Bayer2014-05-161-30/+54
* Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-161-7/+68
|\
| * Remove unused importDobes Vandermeer2014-05-091-6/+29
| * Remove unused importDobes Vandermeer2014-04-251-1/+1
| * Use _offset_clause and _limit_clause, which are always Visitable and usually ...Dobes Vandermeer2014-04-251-11/+41
| * Proof-of-concept implementation of supporting bindparam for offset and limit ...Dobes Vandermeer2014-04-241-4/+12
* | Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* | Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-3/+3
|/
* escape backslashMike Bayer2014-04-021-1/+1
* - reverse order of columns in sample CTEs as this is a UNION and the cols nee...Mike Bayer2014-04-021-3/+1
* - back off the callcounts a bit for the boolean fixMike Bayer2014-04-011-3/+4
* - Fixes to the newly enhanced boolean coercion in :ticket:`2804` whereMike Bayer2014-04-011-2/+2
* - add further coverage for join_condition to make sure we get this case whereMike Bayer2014-03-281-1/+1
* - fix set syntax supposed to be dictMike Bayer2014-03-281-1/+1
* - fix py3k bug re: dictionary values(), fixes #3005Mike Bayer2014-03-281-1/+1
* - Improved the check for "how to join from A to B" such that whenMike Bayer2014-03-271-16/+34
* - Some changes to how the :attr:`.FromClause.c` collection behavesMike Bayer2014-02-261-7/+8
* - More fixes to SQLite "join rewriting"; the fix from :ticket:`2967`Mike Bayer2014-02-201-0/+11
* - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`-Mike Bayer2014-02-021-0/+6
* seealsos in the tutorialMike Bayer2014-01-251-0/+4
* lets document join()Mike Bayer2014-01-241-20/+94
* - happy new yearMike Bayer2014-01-051-1/+1
* - fix some docstring stuffMike Bayer2014-01-051-0/+8
* - call it 0.9.0Mike Bayer2013-12-301-4/+4
* - add support for bindparam() called from AsFromTextMike Bayer2013-11-291-0/+4
* Merge pull request #46 from vrajmohan/mastermike bayer2013-11-291-1/+1
|\
| * Fix cross referencespr/46Vraj Mohan2013-11-171-1/+1
* | fixMike Bayer2013-11-291-1/+1
* | - New improvements to the :func:`.text` construct, includingMike Bayer2013-11-291-114/+181
* | - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-27/+36
* | - fix up rendering of "of"Mike Bayer2013-11-281-6/+12
* | - work in progress, will squashMike Bayer2013-11-281-11/+130
* | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat...Mike Bayer2013-11-281-1/+0
|\ \
| * | added LockmodeArgspr/42Mario Lassnig2013-11-281-3/+0
| * | add psql FOR UPDATE OF functionalityMario Lassnig2013-11-121-0/+2
* | | - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-211-1/+1
| |/ |/|
* | Ensure API generation and fix cross referencesVraj Mohan2013-11-131-2/+2
* | Fix indentation issues in docstringspr/43Vraj Mohan2013-11-121-5/+5
* | Fix cross referencesVraj Mohan2013-11-121-4/+5
|/
* An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-231-11/+5
* A :func:`.select` that is made to refer to itself in its FROM clause,Mike Bayer2013-10-081-0/+3
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-1/+0
* additoinalMike Bayer2013-08-181-2/+19