summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/selectable.py
Commit message (Expand)AuthorAgeFilesLines
* - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-121-1/+17
* - fix typo in suffix_with() docs, fixes #3502Mike Bayer2015-07-291-1/+1
* - Fixed a regression that was incorrectly fixed in 1.0.0b4Mike Bayer2015-04-241-3/+4
* - Fixed issue where a straight SELECT EXISTS query would fail toMike Bayer2015-04-201-1/+2
* Fix typospr/165Ernest Walzel2015-03-261-1/+1
* - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-211-1/+2
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - pick around gaining modest dings in callcounts here and thereMike Bayer2015-03-091-2/+3
* - random performance whacking vs. 0.9, in particular we have to watchMike Bayer2015-03-081-15/+14
* - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-041-42/+89
* - apply patches to correct for + sign in with_hint() docs,Mike Bayer2014-10-101-3/+2
* - cyclomatic complexity: _join_condition goes from E to a BMike Bayer2014-09-271-43/+54
* - Added new method :meth:`.Select.with_statement_hint` and ORMMike Bayer2014-09-181-4/+32
* - add in all the method-chained methods to the parameter descriptionsMike Bayer2014-09-091-43/+131
* - rework the previous "order by" system in terms of the new one,Mike Bayer2014-09-081-4/+6
* wip for #3148Mike Bayer2014-09-061-6/+9
* - 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