| Commit message (Expand) | Author | Age | Files | Lines |
* | - strategies + declarative | Mike Bayer | 2015-01-04 | 1 | -0/+1 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -6/+6 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 1 | -2/+13 |
* | cleanup | Mike Bayer | 2013-06-08 | 1 | -11/+5 |
* | - figured out what the from_self() thing was about, part of query.statement, ... | Mike Bayer | 2013-06-02 | 1 | -1/+3 |
* | implement join rewriting inside of visit_select(). Currently this is global ... | Mike Bayer | 2013-06-02 | 1 | -1/+6 |
* | - implement armin's awesome metaclass adaptor, can drop the refs to MetaBase. | Mike Bayer | 2013-05-30 | 1 | -1/+1 |
* | import of "sqlalchemy" and "sqlalchemy.orm" works. | Mike Bayer | 2013-04-27 | 1 | -5/+3 |
* | plugging away | Mike Bayer | 2013-04-27 | 1 | -1/+1 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -3/+1 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/sql/ | Diana Clarke | 2012-11-19 | 1 | -10/+34 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -17/+17 |
* | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 1 | -1/+1 |
* | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 1 | -6/+6 |
|\ |
|
| * | - figured out again why deannotate must clone() | Mike Bayer | 2012-02-11 | 1 | -3/+3 |
| * | initial annotations approach to join conditions. all tests pass, plus additi... | Mike Bayer | 2012-02-06 | 1 | -3/+3 |
* | | revert this, the instrumentation here is conditional | Mike Bayer | 2012-03-13 | 1 | -2/+2 |
* | | add most of Brad Allen's doc updates, [ticket:2434] | Mike Bayer | 2012-03-13 | 1 | -8/+28 |
|\ \
| |/
|/| |
|
| * | Tiny wording fix in a comment | Brad Allen | 2011-03-16 | 1 | -2/+2 |
| * | Slight sanity/clarity improvement to the way VisitableType binds the | Brad Allen | 2011-03-16 | 1 | -9/+30 |
* | | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | | - rewrite cloned_traverse() and replacement_traverse() to use a straight | Mike Bayer | 2011-07-24 | 1 | -42/+38 |
|/ |
|
* | - The compiler extension now supports overriding the default | Mike Bayer | 2011-02-09 | 1 | -13/+16 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -26/+26 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | - Table.create() and Table.drop() no longer apply metadata- | Mike Bayer | 2010-04-16 | 1 | -2/+2 |
* | - the compiler extension now allows @compiles decorators | Mike Bayer | 2010-03-30 | 1 | -10/+11 |
* | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -2/+2 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -4/+1 |
* | merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes... | Mike Bayer | 2008-12-18 | 1 | -3/+3 |
* | - turn __visit_name__ into an explicit member. | Mike Bayer | 2008-12-11 | 1 | -10/+11 |
* | - removed creepy exec call for now | Mike Bayer | 2008-12-06 | 1 | -7/+7 |
* | docstring updates | Mike Bayer | 2008-11-07 | 1 | -0/+53 |
* | - moved _FigureVisitName into visitiors.VisitorType, added Visitor base class... | Mike Bayer | 2008-10-25 | 1 | -15/+42 |
* | - Always use native deque | Jason Kirtland | 2008-07-15 | 1 | -4/+4 |
* | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 1 | -1/+1 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -143/+139 |
* | - simplified __create_lazy_clause to make better usage of the new local/remot... | Mike Bayer | 2008-04-14 | 1 | -2/+1 |
* | - merged -r4458:4466 of query_columns branch | Mike Bayer | 2008-04-07 | 1 | -1/+8 |
* | - merged with_polymorphic branch, which was merged with query_columns branch | Mike Bayer | 2008-03-29 | 1 | -25/+12 |
* | a few more tweaks | Mike Bayer | 2008-03-25 | 1 | -5/+3 |
* | removed AbstractClauseProcessor, merged its copy-and-visit behavior into Clau... | Mike Bayer | 2008-03-24 | 1 | -31/+113 |
* | - more fixes to the LIMIT/OFFSET aliasing applied with Query + eagerloads, | Mike Bayer | 2007-12-16 | 1 | -14/+11 |
* | - all kinds of cleanup, tiny-to-slightly-significant speed improvements | Mike Bayer | 2007-11-24 | 1 | -0/+12 |
* | more changes to traverse-and-clone; a particular element will only be cloned ... | Mike Bayer | 2007-11-08 | 1 | -3/+12 |
* | - eager loading with LIMIT/OFFSET applied no longer adds the primary | Mike Bayer | 2007-11-03 | 1 | -0/+8 |
* | - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ... | Mike Bayer | 2007-11-03 | 1 | -10/+6 |