| Commit message (Expand) | Author | Age | Files | Lines |
| * | Provided a new attribute for :class:`.TypeDecorator` | Mike Bayer | 2013-06-22 | 1 | -1/+33 |
| * | this locale is not needed. maybe it is somewhere but the locale I have ("C"... | Mike Bayer | 2013-06-22 | 2 | -18/+9 |
| * | Merge pull request #5 from cjw296/pg-ranges | mike bayer | 2013-06-22 | 2 | -1/+344 |
| |\ |
|
| | * | Implement EXCLUDE constraints for postgres. | Chris Withers | 2013-06-10 | 1 | -1/+49 |
| | * | add support for range operators listed in http://www.postgresql.org/docs/9.2/... | Chris Withers | 2013-06-10 | 1 | -1/+159 |
| | * | Basic type support for the new range types in postgres 9.2 | Chris Withers | 2013-06-10 | 2 | -1/+138 |
| * | | turn this requirement back down as the simpler serialize works better now | Mike Bayer | 2013-06-17 | 2 | -8/+1 |
| * | | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(), | Mike Bayer | 2013-06-17 | 1 | -1/+1 |
| * | | can remove this, issue is fixed | Mike Bayer | 2013-06-17 | 1 | -10/+1 |
| * | | - clean up this test (really we don't even need this, it's not testing much) | Mike Bayer | 2013-06-16 | 1 | -13/+20 |
| * | | Merge pull request #7 from malor/psycopg2_execution_options | mike bayer | 2013-06-15 | 1 | -0/+10 |
| |\ \ |
|
| | * | | Add AUTOCOMMIT isolation level support for psycopg2pr/7 | Roman Podolyaka | 2013-06-15 | 1 | -0/+10 |
| * | | | Fixed bug in polymorphic SQL generation where multiple joined-inheritance | Mike Bayer | 2013-06-15 | 1 | -1/+91 |
| |/ / |
|
| * | | - skip this test for py3k. serializer kind of a bust | Mike Bayer | 2013-06-14 | 2 | -1/+9 |
| * | | Preserve reset_on_return when recreating a Pool.pr/6 | Eevee | 2013-06-10 | 1 | -1/+2 |
| * | | Fixed bug where sending a composite attribute into :meth:`.Query.order_by` | Mike Bayer | 2013-06-10 | 1 | -1/+27 |
| * | | Fixed the interaction between composite attributes and | Mike Bayer | 2013-06-10 | 1 | -4/+35 |
| |/ |
|
| * | - get_unique_constraints() pull request | Mike Bayer | 2013-06-09 | 2 | -34/+8 |
| * | Add basic support of unique constraints reflectionpr/4 | Roman Podolyaka | 2013-06-09 | 1 | -0/+37 |
| * | get nested joins to render on oracle 8 | Mike Bayer | 2013-06-08 | 1 | -0/+33 |
| * | - tests for the alias() API | Mike Bayer | 2013-06-08 | 1 | -1/+74 |
| * | most of these dialect=mysql.dialect() calls are redundant | Mike Bayer | 2013-06-08 | 1 | -23/+13 |
| * | Fix using of 'mysql_length' for composite indexes | Roman Podolyaka | 2013-06-08 | 1 | -0/+29 |
| * | also clarified the changelog regarding Cls.scalar != 'value' | Mike Bayer | 2013-06-08 | 1 | -11/+11 |
| * | Added additional criterion to the ==, != comparators, used with | Mike Bayer | 2013-06-08 | 1 | -20/+148 |
| * | - Fixed an obscure bug where the wrong results would be | Mike Bayer | 2013-06-07 | 4 | -95/+353 |
| * | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 5 | -127/+96 |
| * | fix test | Mike Bayer | 2013-06-06 | 1 | -0/+1 |
| * | Merge branch 'ticket_2587' | Mike Bayer | 2013-06-06 | 3 | -19/+191 |
| |\ |
|
| | * | dial back the default "flatness" a bit, it will be there for joinedload and q... | Mike Bayer | 2013-06-06 | 3 | -28/+154 |
| | * | a test for what's breaking, plus a non-working fix for it... | Mike Bayer | 2013-06-05 | 1 | -1/+47 |
| * | | When querying the information schema on SQL Server 2000, removed | Mike Bayer | 2013-06-06 | 1 | -2/+24 |
| |/ |
|
| * | genericize tests here | Mike Bayer | 2013-06-04 | 1 | -5/+10 |
| * | Merge branch 'ticket_2587' | Mike Bayer | 2013-06-04 | 10 | -242/+501 |
| |\ |
|
| | * | - add coverage for result map rewriting | Mike Bayer | 2013-06-04 | 1 | -0/+6 |
| | * | callcounts | Mike Bayer | 2013-06-04 | 1 | -14/+9 |
| | * | - if the select() does not have use_labels on, then we just render | Mike Bayer | 2013-06-04 | 1 | -0/+51 |
| | * | - support for a__b_dc, i.e. two levels of nesting | Mike Bayer | 2013-06-04 | 1 | -35/+131 |
| | * | repair these tests now that we allow join from selectable to fromgrouping | Mike Bayer | 2013-06-04 | 1 | -21/+26 |
| | * | - add a flag to DefaultDialect for this so that people will have some | Mike Bayer | 2013-06-04 | 1 | -1/+28 |
| | * | - improve overlapping selectables, apply to both query and relationship | Mike Bayer | 2013-06-04 | 4 | -111/+81 |
| | * | - eager loads | Mike Bayer | 2013-06-04 | 2 | -78/+52 |
| | * | rewriting scheme now works. | Mike Bayer | 2013-06-04 | 1 | -28/+21 |
| | * | capture the really hard one in a test (hooray) | Mike Bayer | 2013-06-04 | 1 | -0/+119 |
| | * | working through tests.... | Mike Bayer | 2013-06-02 | 1 | -12/+11 |
| | * | getting things to join without subqueries, but some glitches in the compiler ... | Mike Bayer | 2013-06-02 | 2 | -6/+31 |
| * | | The ``deferrable`` keyword argument on :class:`.ForeignKey` and | Mike Bayer | 2013-06-03 | 1 | -0/+13 |
| * | | Fixed bug where :class:`.MutableDict` didn't report a change event | Mike Bayer | 2013-06-03 | 1 | -0/+12 |
| * | | - clean up some of the requires for cross-schema reflection | Mike Bayer | 2013-06-03 | 3 | -8/+48 |
| * | | Fixed bug whereby joining a select() of a table "A" with multiple | Mike Bayer | 2013-06-03 | 2 | -7/+40 |