summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Documentation for the new range type support.pr/5Chris Withers2013-06-103-6/+19
* Implement EXCLUDE constraints for postgres.Chris Withers2013-06-103-0/+90
* add support for range operators listed in http://www.postgresql.org/docs/9.2/...Chris Withers2013-06-101-6/+75
* Basic type support for the new range types in postgres 9.2Chris Withers2013-06-103-1/+73
* this comment is ancientMike Bayer2013-06-091-5/+0
* these notes about **kw are incorrect, we are talking about the return value hereMike Bayer2013-06-091-8/+0
* - get_unique_constraints() pull requestMike Bayer2013-06-094-1/+53
* Merge pull request #4 from malor/reflect_constraintsmike bayer2013-06-095-0/+104
|\
| * Add basic support of unique constraints reflectionpr/4Roman Podolyaka2013-06-095-0/+104
* | Added pool logging for "rollback-on-return" and the less usedMike Bayer2013-06-091-6/+13
|/
* cleanupMike Bayer2013-06-082-15/+6
* get nested joins to render on oracle 8Mike Bayer2013-06-081-3/+10
* - tests for the alias() APIMike Bayer2013-06-082-11/+116
* Merge pull request #3 from bslatkin/mastermike bayer2013-06-081-7/+16
|\
| * 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
* | - changelog for [ticket:2704]Mike Bayer2013-06-081-9/+13
* | Fix using of 'mysql_length' for composite indexesRoman Podolyaka2013-06-081-7/+25
* | Added additional criterion to the ==, != comparators, used withMike Bayer2013-06-081-4/+26
|/
* - Fixed an obscure bug where the wrong results would beMike Bayer2013-06-072-2/+9
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-075-41/+35
* Merge branch 'ticket_2587'Mike Bayer2013-06-065-19/+36
|\
| * 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