| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -32/+31 |
* | fix missing savepoint structures | Mike Bayer | 2013-08-12 | 1 | -0/+3 |
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -6606/+79 |
* | - The :meth:`.Operators.notin_` operator added in 0.8 now properly | Mike Bayer | 2013-08-07 | 1 | -1/+4 |
* | - Fixed bug in common table expression system where if the CTE were | Mike Bayer | 2013-07-31 | 1 | -4/+4 |
* | - use inline=True for the insert..select here so it works on oracle | Mike Bayer | 2013-07-12 | 1 | -0/+11 |
* | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 1 | -1/+4 |
* | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 1 | -2/+49 |
* | - rework of correlation, continuing on #2668, #2746 | Mike Bayer | 2013-06-26 | 1 | -43/+111 |
* | Provided a new attribute for :class:`.TypeDecorator` | Mike Bayer | 2013-06-22 | 1 | -2/+5 |
* | - tests for the alias() API | Mike Bayer | 2013-06-08 | 1 | -11/+90 |
* | Merge branch 'ticket_2587' | Mike Bayer | 2013-06-04 | 1 | -9/+19 |
|\ |
|
| * | - improve overlapping selectables, apply to both query and relationship | Mike Bayer | 2013-06-04 | 1 | -1/+2 |
| * | here's the flat join thing. it just works. Changing the existing compiled ... | Mike Bayer | 2013-06-04 | 1 | -5/+14 |
| * | getting things to join without subqueries, but some glitches in the compiler ... | Mike Bayer | 2013-06-02 | 1 | -4/+4 |
* | | Merge branch 'master' into ticket_1068 | Mike Bayer | 2013-06-03 | 1 | -59/+47 |
|\ \
| |/ |
|
| * | - the distinct hash code logic here is entirely obsolete as you can | Mike Bayer | 2013-05-30 | 1 | -11/+0 |
| * | Merge branch 'master' into rel_0_9 | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge branch 'master' into rel_0_9 | Mike Bayer | 2013-05-26 | 1 | -2/+2 |
| |\ \ |
|
| * | | | most of ORM passing... | Mike Bayer | 2013-05-04 | 1 | -0/+1 |
| * | | | - test_types, test_compiler, with sqlite at least | Mike Bayer | 2013-04-28 | 1 | -2/+1 |
| * | | | - endless isinstance(x, str)s.... | Mike Bayer | 2013-04-28 | 1 | -50/+45 |
| * | | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -40/+44 |
* | | | | magic accessors to the rescue | Mike Bayer | 2013-05-27 | 1 | -0/+13 |
| |_|/
|/| | |
|
* | | | fix this test | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| |/
|/| |
|
* | | Show the conflicting column in the warning! | Chris Withers | 2013-05-26 | 1 | -2/+2 |
|/ |
|
* | heh dont need that either | Mike Bayer | 2013-04-25 | 1 | -7/+1 |
* | dont need this | Mike Bayer | 2013-04-25 | 1 | -6/+0 |
* | everything passes with this!!!!!!! holy crap !!!!! and its the simplest of all | Mike Bayer | 2013-04-25 | 1 | -2/+14 |
* | Fully implemented the IS and IS NOT operators with | Mike Bayer | 2013-04-22 | 1 | -12/+34 |
* | A major fix to the way in which a select() object produces | Mike Bayer | 2013-04-11 | 1 | -6/+40 |
* | no need to use getattr() here | Mike Bayer | 2013-03-17 | 1 | -0/+2 |
* | doc updates | Mike Bayer | 2013-03-11 | 1 | -29/+29 |
* | - repair doctest for SQL expression tutorial | Mike Bayer | 2013-03-11 | 1 | -1/+35 |
* | - since correlation is now always at least semi-automatic, remove the | Mike Bayer | 2013-03-09 | 1 | -28/+30 |
* | Changed behavior of Select.correlate() to ignore correlations to froms that d... | Luke Cyca | 2013-03-07 | 1 | -25/+34 |
* | - A clear error message is emitted if an event handler | Mike Bayer | 2013-02-25 | 1 | -1/+8 |
* | The :meth:`.ColumnOperators.in_` operator will now coerce | Mike Bayer | 2013-02-02 | 1 | -0/+2 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | Fixed bug whereby using a label_length on dialect that was smaller | Mike Bayer | 2012-12-08 | 1 | -6/+11 |
* | - multivalued inserts, [ticket:2623] | Mike Bayer | 2012-12-08 | 1 | -55/+133 |
* | merge latest default | Mike Bayer | 2012-12-08 | 1 | -5/+6 |
|\ |
|
| * | fixing broken links (see #2625) | Diana Clarke | 2012-12-05 | 1 | -2/+2 |
| * | - BinaryExpression now keeps track of "left" and "right" as passed in, | Mike Bayer | 2012-12-02 | 1 | -3/+4 |
* | | updatebase: add support for multi parameters | Idan Kamara | 2012-12-06 | 1 | -9/+22 |
|/ |
|
* | just a pep8 pass of lib/sqlalchemy/sql/ | Diana Clarke | 2012-11-19 | 1 | -28/+118 |
* | Fixed bug in type_coerce() whereby typing information | Mike Bayer | 2012-11-12 | 1 | -0/+2 |
* | Fixed bug whereby the ".key" of a Column wasn't being | Mike Bayer | 2012-10-31 | 1 | -2/+4 |
* | - add class_ to AliasedInsp | Mike Bayer | 2012-10-26 | 1 | -0/+17 |
* | Added :meth:`.ColumnOperators.notin_`, | Mike Bayer | 2012-10-24 | 1 | -0/+3 |