| Commit message (Expand) | Author | Age | Files | Lines |
* | - The behavior of the :func:`.union` construct and related constructs | Mike Bayer | 2015-08-12 | 1 | -1/+17 |
* | - fix typo in suffix_with() docs, fixes #3502 | Mike Bayer | 2015-07-29 | 1 | -1/+1 |
* | - Fixed a regression that was incorrectly fixed in 1.0.0b4 | Mike Bayer | 2015-04-24 | 1 | -3/+4 |
* | - Fixed issue where a straight SELECT EXISTS query would fail to | Mike Bayer | 2015-04-20 | 1 | -1/+2 |
* | Fix typospr/165 | Ernest Walzel | 2015-03-26 | 1 | -1/+1 |
* | - Fixed bug in new "label resolution" feature of :ticket:`2992` where | Mike Bayer | 2015-03-21 | 1 | -1/+2 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - pick around gaining modest dings in callcounts here and there | Mike Bayer | 2015-03-09 | 1 | -2/+3 |
* | - random performance whacking vs. 0.9, in particular we have to watch | Mike Bayer | 2015-03-08 | 1 | -15/+14 |
* | - Added support for CTEs under Oracle. This includes some tweaks | Mike Bayer | 2014-12-04 | 1 | -42/+89 |
* | - apply patches to correct for + sign in with_hint() docs, | Mike Bayer | 2014-10-10 | 1 | -3/+2 |
* | - cyclomatic complexity: _join_condition goes from E to a B | Mike Bayer | 2014-09-27 | 1 | -43/+54 |
* | - Added new method :meth:`.Select.with_statement_hint` and ORM | Mike Bayer | 2014-09-18 | 1 | -4/+32 |
* | - add in all the method-chained methods to the parameter descriptions | Mike Bayer | 2014-09-09 | 1 | -43/+131 |
* | - rework the previous "order by" system in terms of the new one, | Mike Bayer | 2014-09-08 | 1 | -4/+6 |
* | wip for #3148 | Mike Bayer | 2014-09-06 | 1 | -6/+9 |
* | - document all the varities of _label on the base ColumnElement | Mike Bayer | 2014-09-06 | 1 | -2/+2 |
* | - add logic to compiler such that if stack is empty, we just | Mike Bayer | 2014-09-02 | 1 | -0/+1 |
* | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -16/+45 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -242/+266 |
* | - Fixed a SQLite join rewriting issue where a subquery that is embedded | Mike Bayer | 2014-07-15 | 1 | -0/+1 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - Fixed bug in INSERT..FROM SELECT construct where selecting from a | Mike Bayer | 2014-05-25 | 1 | -1/+1 |
* | - more tests, including backend tests | Mike Bayer | 2014-05-16 | 1 | -30/+54 |
* | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i... | Mike Bayer | 2014-05-16 | 1 | -7/+68 |
|\ |
|
| * | Remove unused import | Dobes Vandermeer | 2014-05-09 | 1 | -6/+29 |
| * | Remove unused import | Dobes Vandermeer | 2014-04-25 | 1 | -1/+1 |
| * | Use _offset_clause and _limit_clause, which are always Visitable and usually ... | Dobes Vandermeer | 2014-04-25 | 1 | -11/+41 |
| * | Proof-of-concept implementation of supporting bindparam for offset and limit ... | Dobes Vandermeer | 2014-04-24 | 1 | -4/+12 |
* | | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -1/+1 |
* | | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -3/+3 |
|/ |
|
* | escape backslash | Mike Bayer | 2014-04-02 | 1 | -1/+1 |
* | - reverse order of columns in sample CTEs as this is a UNION and the cols nee... | Mike Bayer | 2014-04-02 | 1 | -3/+1 |
* | - back off the callcounts a bit for the boolean fix | Mike Bayer | 2014-04-01 | 1 | -3/+4 |
* | - Fixes to the newly enhanced boolean coercion in :ticket:`2804` where | Mike Bayer | 2014-04-01 | 1 | -2/+2 |
* | - add further coverage for join_condition to make sure we get this case where | Mike Bayer | 2014-03-28 | 1 | -1/+1 |
* | - fix set syntax supposed to be dict | Mike Bayer | 2014-03-28 | 1 | -1/+1 |
* | - fix py3k bug re: dictionary values(), fixes #3005 | Mike Bayer | 2014-03-28 | 1 | -1/+1 |
* | - Improved the check for "how to join from A to B" such that when | Mike Bayer | 2014-03-27 | 1 | -16/+34 |
* | - Some changes to how the :attr:`.FromClause.c` collection behaves | Mike Bayer | 2014-02-26 | 1 | -7/+8 |
* | - More fixes to SQLite "join rewriting"; the fix from :ticket:`2967` | Mike Bayer | 2014-02-20 | 1 | -0/+11 |
* | - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`- | Mike Bayer | 2014-02-02 | 1 | -0/+6 |
* | seealsos in the tutorial | Mike Bayer | 2014-01-25 | 1 | -0/+4 |
* | lets document join() | Mike Bayer | 2014-01-24 | 1 | -20/+94 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - fix some docstring stuff | Mike Bayer | 2014-01-05 | 1 | -0/+8 |
* | - call it 0.9.0 | Mike Bayer | 2013-12-30 | 1 | -4/+4 |
* | - add support for bindparam() called from AsFromText | Mike Bayer | 2013-11-29 | 1 | -0/+4 |
* | Merge pull request #46 from vrajmohan/master | mike bayer | 2013-11-29 | 1 | -1/+1 |
|\ |
|
| * | Fix cross referencespr/46 | Vraj Mohan | 2013-11-17 | 1 | -1/+1 |