summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixing the error regex to match numbers with the long suffix, like 1146Lpr/3Brett Slatkin2013-06-081-1/+1
* PEP8Brett Slatkin2013-06-081-3/+3
* Makes gaerdbms for App Engine use local MySQL server when running under dev_a...Brett Slatkin2013-06-081-6/+15
* - Fixed an obscure bug where the wrong results would beMike Bayer2013-06-077-97/+375
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-0710-168/+131
* fix testMike Bayer2013-06-061-0/+1
* Merge branch 'ticket_2587'Mike Bayer2013-06-068-38/+227
|\
| * dial back the default "flatness" a bit, it will be there for joinedload and q...Mike Bayer2013-06-068-47/+182
| * shrugsMike Bayer2013-06-051-1/+6
| * a test for what's breaking, plus a non-working fix for it...Mike Bayer2013-06-052-1/+50
* | When querying the information schema on SQL Server 2000, removedMike Bayer2013-06-064-4/+58
|/
* genericize tests hereMike Bayer2013-06-041-5/+10
* Merge branch 'ticket_2587'Mike Bayer2013-06-0420-299/+723
|\
| * - add coverage for result map rewritingMike Bayer2013-06-042-1/+12
| * callcountsMike Bayer2013-06-041-14/+9
| * - if the select() does not have use_labels on, then we just renderMike Bayer2013-06-042-0/+52
| * - support for a__b_dc, i.e. two levels of nestingMike Bayer2013-06-042-39/+150
| * repair these tests now that we allow join from selectable to fromgroupingMike Bayer2013-06-041-21/+26
| * clean up the dialect selection thing hereMike Bayer2013-06-041-8/+12
| * - add a flag to DefaultDialect for this so that people will have someMike Bayer2013-06-042-1/+31
| * - improve overlapping selectables, apply to both query and relationshipMike Bayer2013-06-048-140/+118
| * - eager loadsMike Bayer2013-06-044-81/+54
| * here's the flat join thing. it just works. Changing the existing compiled ...Mike Bayer2013-06-043-8/+19
| * and this commentMike Bayer2013-06-041-0/+4
| * rewriting scheme now works.Mike Bayer2013-06-043-105/+67
| * capture the really hard one in a test (hooray)Mike Bayer2013-06-042-1/+120
| * OK this is the broken version, need to think a lot more about thisMike Bayer2013-06-033-4/+48
| * - pulling out more aliases, sort ofMike Bayer2013-06-031-4/+9
| * working through tests....Mike Bayer2013-06-026-24/+55
| * - figured out what the from_self() thing was about, part of query.statement, ...Mike Bayer2013-06-024-9/+6
| * getting things to join without subqueries, but some glitches in the compiler ...Mike Bayer2013-06-026-21/+52
| * implement join rewriting inside of visit_select(). Currently this is global ...Mike Bayer2013-06-023-13/+75
* | The ``deferrable`` keyword argument on :class:`.ForeignKey` andMike Bayer2013-06-034-0/+37
* | Fixed bug where :class:`.MutableDict` didn't report a change eventMike Bayer2013-06-034-0/+30
* | - clean up some of the requires for cross-schema reflectionMike Bayer2013-06-033-8/+48
* | Fixed bug whereby joining a select() of a table "A" with multipleMike Bayer2013-06-035-8/+62
* | Fixed bug whereby using :meth:`.MetaData.reflect` across a remoteMike Bayer2013-06-034-3/+53
* | - remove the ``__iter__()`` with notimplemented since it interferesMike Bayer2013-06-034-12/+36
* | - add changelog/migration noteMike Bayer2013-06-033-9/+62
* | Merge branch 'master' into ticket_1068Mike Bayer2013-06-036-14/+35
|\ \
| * | - fdb is now official, [ticket:2504]Mike Bayer2013-06-036-14/+35
* | | test tweakMike Bayer2013-06-031-1/+4
* | | Merge branch 'master' into ticket_1068Mike Bayer2013-06-03219-4203/+3339
|\ \ \ | |/ /
| * | - some tweaks to try to help out mssql+pyodbc support a bit, py3k is reallyMike Bayer2013-06-034-14/+21
| |/
| * - blow away context._attributesMike Bayer2013-06-025-51/+48
| * 0.8 changelog in 0.9Mike Bayer2013-05-311-0/+11
| * Fixed a regression caused by [ticket:2682] whereby theMike Bayer2013-05-313-0/+32
| * add a test for the exception we want to raise hereMike Bayer2013-05-301-0/+12
| * The "auto-aliasing" behavior of the :class:`.Query.select_from`Mike Bayer2013-05-306-60/+303
| * - implement armin's awesome metaclass adaptor, can drop the refs to MetaBase.Mike Bayer2013-05-304-13/+26