summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * dial back the default "flatness" a bit, it will be there for joinedload and q...Mike Bayer2013-06-065-19/+28
| * shrugsMike Bayer2013-06-051-1/+6
| * a test for what's breaking, plus a non-working fix for it...Mike Bayer2013-06-051-0/+3
* | When querying the information schema on SQL Server 2000, removedMike Bayer2013-06-061-2/+15
|/
* Merge branch 'ticket_2587'Mike Bayer2013-06-0410-57/+222
|\
| * - 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
| * 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-041-0/+3
| * - improve overlapping selectables, apply to both query and relationshipMike Bayer2013-06-044-29/+37
| * - eager loadsMike Bayer2013-06-042-3/+2
| * 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-042-77/+46
| * 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-033-4/+48
| * - pulling out more aliases, sort ofMike Bayer2013-06-031-4/+9
| * working through tests....Mike Bayer2013-06-025-12/+44
| * - 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-024-15/+21
| * 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-031-0/+2
* | Fixed bug where :class:`.MutableDict` didn't report a change eventMike Bayer2013-06-031-0/+4
* | Fixed bug whereby joining a select() of a table "A" with multipleMike Bayer2013-06-031-1/+2
* | Fixed bug whereby using :meth:`.MetaData.reflect` across a remoteMike Bayer2013-06-031-3/+12
* | - 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-033-9/+9
|\ \
| * | - fdb is now official, [ticket:2504]Mike Bayer2013-06-033-9/+9
* | | Merge branch 'master' into ticket_1068Mike Bayer2013-06-0384-1091/+1246
|\ \ \ | |/ /
| * | - some tweaks to try to help out mssql+pyodbc support a bit, py3k is reallyMike Bayer2013-06-032-12/+20
| |/
| * - blow away context._attributesMike Bayer2013-06-024-40/+44
| * Fixed a regression caused by [ticket:2682] whereby theMike Bayer2013-05-311-0/+6
| * The "auto-aliasing" behavior of the :class:`.Query.select_from`Mike Bayer2013-05-302-12/+131
| * - implement armin's awesome metaclass adaptor, can drop the refs to MetaBase.Mike Bayer2013-05-304-13/+26
| * - the distinct hash code logic here is entirely obsolete as you canMike Bayer2013-05-301-11/+0
| * - version 0.9Mike Bayer2013-05-291-1/+1
| * Merge branch 'rel_0_9'Mike Bayer2013-05-2983-1026/+1018
| |\
| | * keep the contract for Properties as returning lists for keys, values, items.Mike Bayer2013-05-291-3/+3
| | * - repair for py3kMike Bayer2013-05-291-1/+6
| | * Unicode support for psycopg2 native hstore implementationDmitry Mugtasimov2013-05-291-1/+2
| | * hstores are text, and in py3k they seem to be implcitly unicode. soMike Bayer2013-05-291-10/+26
| | * - run the whole test suite with the "debugging" ordered dict on,Mike Bayer2013-05-271-8/+19
| | * - additional oracle fixes. cx_oracle under py3k is complaining about tuples ...Mike Bayer2013-05-271-0/+5
| | * - oracle py3k fixMike Bayer2013-05-271-1/+3
| | * - fix a dict while iterate mutationMike Bayer2013-05-272-1/+12
| | * fix test_execute w c extensionsMike Bayer2013-05-261-1/+2
| | * clean up types.pyMike Bayer2013-05-261-58/+41
| | * clean up some of this collection stuffMike Bayer2013-05-263-36/+40