| Commit message (Expand) | Author | Age | Files | Lines |
| * | Documentation for the new range type support.pr/5 | Chris Withers | 2013-06-10 | 3 | -6/+19 |
| * | Implement EXCLUDE constraints for postgres. | Chris Withers | 2013-06-10 | 3 | -0/+90 |
| * | add support for range operators listed in http://www.postgresql.org/docs/9.2/... | Chris Withers | 2013-06-10 | 1 | -6/+75 |
| * | Basic type support for the new range types in postgres 9.2 | Chris Withers | 2013-06-10 | 3 | -1/+73 |
| * | this comment is ancient | Mike Bayer | 2013-06-09 | 1 | -5/+0 |
| * | these notes about **kw are incorrect, we are talking about the return value here | Mike Bayer | 2013-06-09 | 1 | -8/+0 |
| * | - get_unique_constraints() pull request | Mike Bayer | 2013-06-09 | 4 | -1/+53 |
| * | Merge pull request #4 from malor/reflect_constraints | mike bayer | 2013-06-09 | 5 | -0/+104 |
| |\ |
|
| | * | Add basic support of unique constraints reflectionpr/4 | Roman Podolyaka | 2013-06-09 | 5 | -0/+104 |
| * | | Added pool logging for "rollback-on-return" and the less used | Mike Bayer | 2013-06-09 | 1 | -6/+13 |
| |/ |
|
| * | cleanup | Mike Bayer | 2013-06-08 | 2 | -15/+6 |
| * | get nested joins to render on oracle 8 | Mike Bayer | 2013-06-08 | 1 | -3/+10 |
| * | - tests for the alias() API | Mike Bayer | 2013-06-08 | 2 | -11/+116 |
| * | Merge pull request #3 from bslatkin/master | mike bayer | 2013-06-08 | 1 | -7/+16 |
| |\ |
|
| | * | Fixing the error regex to match numbers with the long suffix, like 1146Lpr/3 | Brett Slatkin | 2013-06-08 | 1 | -1/+1 |
| | * | PEP8 | Brett Slatkin | 2013-06-08 | 1 | -3/+3 |
| | * | Makes gaerdbms for App Engine use local MySQL server when running under dev_a... | Brett Slatkin | 2013-06-08 | 1 | -6/+15 |
| * | | - changelog for [ticket:2704] | Mike Bayer | 2013-06-08 | 1 | -9/+13 |
| * | | Fix using of 'mysql_length' for composite indexes | Roman Podolyaka | 2013-06-08 | 1 | -7/+25 |
| * | | Added additional criterion to the ==, != comparators, used with | Mike Bayer | 2013-06-08 | 1 | -4/+26 |
| |/ |
|
| * | - Fixed an obscure bug where the wrong results would be | Mike Bayer | 2013-06-07 | 2 | -2/+9 |
| * | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 5 | -41/+35 |
| * | Merge branch 'ticket_2587' | Mike Bayer | 2013-06-06 | 5 | -19/+36 |
| |\ |
|
| | * | dial back the default "flatness" a bit, it will be there for joinedload and q... | Mike Bayer | 2013-06-06 | 5 | -19/+28 |
| | * | shrugs | Mike Bayer | 2013-06-05 | 1 | -1/+6 |
| | * | a test for what's breaking, plus a non-working fix for it... | Mike Bayer | 2013-06-05 | 1 | -0/+3 |
| * | | When querying the information schema on SQL Server 2000, removed | Mike Bayer | 2013-06-06 | 1 | -2/+15 |
| |/ |
|
| * | Merge branch 'ticket_2587' | Mike Bayer | 2013-06-04 | 10 | -57/+222 |
| |\ |
|
| | * | - add coverage for result map rewriting | Mike Bayer | 2013-06-04 | 1 | -1/+6 |
| | * | - if the select() does not have use_labels on, then we just render | Mike Bayer | 2013-06-04 | 1 | -0/+1 |
| | * | - support for a__b_dc, i.e. two levels of nesting | Mike Bayer | 2013-06-04 | 1 | -4/+19 |
| | * | clean up the dialect selection thing here | Mike Bayer | 2013-06-04 | 1 | -8/+12 |
| | * | - add a flag to DefaultDialect for this so that people will have some | Mike Bayer | 2013-06-04 | 1 | -0/+3 |
| | * | - improve overlapping selectables, apply to both query and relationship | Mike Bayer | 2013-06-04 | 4 | -29/+37 |
| | * | - eager loads | Mike Bayer | 2013-06-04 | 2 | -3/+2 |
| | * | here's the flat join thing. it just works. Changing the existing compiled ... | Mike Bayer | 2013-06-04 | 3 | -8/+19 |
| | * | and this comment | Mike Bayer | 2013-06-04 | 1 | -0/+4 |
| | * | rewriting scheme now works. | Mike Bayer | 2013-06-04 | 2 | -77/+46 |
| | * | capture the really hard one in a test (hooray) | Mike Bayer | 2013-06-04 | 1 | -1/+1 |
| | * | OK this is the broken version, need to think a lot more about this | Mike Bayer | 2013-06-03 | 3 | -4/+48 |
| | * | - pulling out more aliases, sort of | Mike Bayer | 2013-06-03 | 1 | -4/+9 |
| | * | working through tests.... | Mike Bayer | 2013-06-02 | 5 | -12/+44 |
| | * | - figured out what the from_self() thing was about, part of query.statement, ... | Mike Bayer | 2013-06-02 | 4 | -9/+6 |
| | * | getting things to join without subqueries, but some glitches in the compiler ... | Mike Bayer | 2013-06-02 | 4 | -15/+21 |
| | * | implement join rewriting inside of visit_select(). Currently this is global ... | Mike Bayer | 2013-06-02 | 3 | -13/+75 |
| * | | The ``deferrable`` keyword argument on :class:`.ForeignKey` and | Mike Bayer | 2013-06-03 | 1 | -0/+2 |
| * | | Fixed bug where :class:`.MutableDict` didn't report a change event | Mike Bayer | 2013-06-03 | 1 | -0/+4 |
| * | | Fixed bug whereby joining a select() of a table "A" with multiple | Mike Bayer | 2013-06-03 | 1 | -1/+2 |
| * | | Fixed bug whereby using :meth:`.MetaData.reflect` across a remote | Mike Bayer | 2013-06-03 | 1 | -3/+12 |
| * | | - remove the ``__iter__()`` with notimplemented since it interferes | Mike Bayer | 2013-06-03 | 1 | -5/+0 |