summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* The resolution of :class:`.ForeignKey` objects to theirMike Bayer2013-06-231-1/+3
* Provided a new attribute for :class:`.TypeDecorator`Mike Bayer2013-06-221-2/+5
* cleanupMike Bayer2013-06-082-15/+6
* - tests for the alias() APIMike Bayer2013-06-081-11/+90
* - Fixed an obscure bug where the wrong results would beMike Bayer2013-06-071-0/+2
* dial back the default "flatness" a bit, it will be there for joinedload and q...Mike Bayer2013-06-061-6/+5
* Merge branch 'ticket_2587'Mike Bayer2013-06-044-31/+170
|\
| * - add coverage for result map rewritingMike Bayer2013-06-041-1/+6
| * - if the select() does not have use_labels on, then we just renderMike Bayer2013-06-041-0/+1
| * - support for a__b_dc, i.e. two levels of nestingMike Bayer2013-06-041-4/+19
| * - improve overlapping selectables, apply to both query and relationshipMike Bayer2013-06-042-6/+20
| * here's the flat join thing. it just works. Changing the existing compiled ...Mike Bayer2013-06-041-5/+14
| * and this commentMike Bayer2013-06-041-0/+4
| * rewriting scheme now works.Mike Bayer2013-06-041-71/+43
| * capture the really hard one in a test (hooray)Mike Bayer2013-06-041-1/+1
| * OK this is the broken version, need to think a lot more about thisMike Bayer2013-06-032-2/+46
| * working through tests....Mike Bayer2013-06-021-1/+13
| * - figured out what the from_self() thing was about, part of query.statement, ...Mike Bayer2013-06-023-9/+4
| * getting things to join without subqueries, but some glitches in the compiler ...Mike Bayer2013-06-023-7/+13
| * implement join rewriting inside of visit_select(). Currently this is global ...Mike Bayer2013-06-023-13/+75
* | - remove the ``__iter__()`` with notimplemented since it interferesMike Bayer2013-06-031-5/+0
* | - add changelog/migration noteMike Bayer2013-06-031-9/+9
* | Merge branch 'master' into ticket_1068Mike Bayer2013-06-037-109/+82
|\ \ | |/
| * - implement armin's awesome metaclass adaptor, can drop the refs to MetaBase.Mike Bayer2013-05-302-9/+8
| * - the distinct hash code logic here is entirely obsolete as you canMike Bayer2013-05-301-11/+0
| * fix an errant str checkMike Bayer2013-05-261-1/+1
| * a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-2/+2
| * Merge branch 'master' into rel_0_9Mike Bayer2013-05-261-1/+1
| |\
| * \ Merge branch 'master' into rel_0_9Mike Bayer2013-05-261-2/+2
| |\ \
| * | | sqlite testsMike Bayer2013-05-261-2/+2
| * | | most of ORM passing...Mike Bayer2013-05-041-0/+1
| * | | - unicode literals need to just be handled differently if they have utf-8Mike Bayer2013-05-041-3/+3
| * | | - test_types, test_compiler, with sqlite at leastMike Bayer2013-04-281-2/+1
| * | | - endless isinstance(x, str)s....Mike Bayer2013-04-283-71/+65
| * | | import of "sqlalchemy" and "sqlalchemy.orm" works.Mike Bayer2013-04-273-26/+15
| * | | plugging awayMike Bayer2013-04-271-1/+1
| * | | - the raw 2to3 runMike Bayer2013-04-277-90/+92
* | | | magic accessors to the rescueMike Bayer2013-05-272-7/+20
* | | | still not locating more nested expressions, may need to match on nameMike Bayer2013-05-271-11/+37
* | | | attempt number one, doesn't detect though if the label in the order by is not...Mike Bayer2013-05-271-3/+19
| |_|/ |/| |
* | | fix this testMike Bayer2013-05-261-1/+1
| |/ |/|
* | Show the conflicting column in the warning!Chris Withers2013-05-261-2/+2
|/
* heh dont need that eitherMike Bayer2013-04-251-7/+1
* dont need thisMike Bayer2013-04-251-6/+0
* everything passes with this!!!!!!! holy crap !!!!! and its the simplest of allMike Bayer2013-04-252-3/+15
* Fully implemented the IS and IS NOT operators withMike Bayer2013-04-221-12/+34
* A major fix to the way in which a select() object producesMike Bayer2013-04-112-22/+58
* - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-011-1/+3
* merge plus fix the test spelling tooMike Bayer2013-03-181-1/+1
|\
| * Fix typo.Richard Mitchell2013-03-181-1/+1