summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Provided a new attribute for :class:`.TypeDecorator`Mike Bayer2013-06-221-1/+33
* this locale is not needed. maybe it is somewhere but the locale I have ("C"...Mike Bayer2013-06-222-18/+9
* Merge pull request #5 from cjw296/pg-rangesmike bayer2013-06-222-1/+344
|\
| * Implement EXCLUDE constraints for postgres.Chris Withers2013-06-101-1/+49
| * add support for range operators listed in http://www.postgresql.org/docs/9.2/...Chris Withers2013-06-101-1/+159
| * Basic type support for the new range types in postgres 9.2Chris Withers2013-06-102-1/+138
* | turn this requirement back down as the simpler serialize works better nowMike Bayer2013-06-172-8/+1
* | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(),Mike Bayer2013-06-171-1/+1
* | can remove this, issue is fixedMike Bayer2013-06-171-10/+1
* | - clean up this test (really we don't even need this, it's not testing much)Mike Bayer2013-06-161-13/+20
* | Merge pull request #7 from malor/psycopg2_execution_optionsmike bayer2013-06-151-0/+10
|\ \
| * | Add AUTOCOMMIT isolation level support for psycopg2pr/7Roman Podolyaka2013-06-151-0/+10
* | | Fixed bug in polymorphic SQL generation where multiple joined-inheritanceMike Bayer2013-06-151-1/+91
|/ /
* | - skip this test for py3k. serializer kind of a bustMike Bayer2013-06-142-1/+9
* | Preserve reset_on_return when recreating a Pool.pr/6Eevee2013-06-101-1/+2
* | Fixed bug where sending a composite attribute into :meth:`.Query.order_by`Mike Bayer2013-06-101-1/+27
* | Fixed the interaction between composite attributes andMike Bayer2013-06-101-4/+35
|/
* - get_unique_constraints() pull requestMike Bayer2013-06-092-34/+8
* Add basic support of unique constraints reflectionpr/4Roman Podolyaka2013-06-091-0/+37
* get nested joins to render on oracle 8Mike Bayer2013-06-081-0/+33
* - tests for the alias() APIMike Bayer2013-06-081-1/+74
* most of these dialect=mysql.dialect() calls are redundantMike Bayer2013-06-081-23/+13
* Fix using of 'mysql_length' for composite indexesRoman Podolyaka2013-06-081-0/+29
* also clarified the changelog regarding Cls.scalar != 'value'Mike Bayer2013-06-081-11/+11
* Added additional criterion to the ==, != comparators, used withMike Bayer2013-06-081-20/+148
* - Fixed an obscure bug where the wrong results would beMike Bayer2013-06-074-95/+353
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-075-127/+96
* fix testMike Bayer2013-06-061-0/+1
* Merge branch 'ticket_2587'Mike Bayer2013-06-063-19/+191
|\
| * dial back the default "flatness" a bit, it will be there for joinedload and q...Mike Bayer2013-06-063-28/+154
| * a test for what's breaking, plus a non-working fix for it...Mike Bayer2013-06-051-1/+47
* | When querying the information schema on SQL Server 2000, removedMike Bayer2013-06-061-2/+24
|/
* genericize tests hereMike Bayer2013-06-041-5/+10
* Merge branch 'ticket_2587'Mike Bayer2013-06-0410-242/+501
|\
| * - add coverage for result map rewritingMike Bayer2013-06-041-0/+6
| * callcountsMike Bayer2013-06-041-14/+9
| * - if the select() does not have use_labels on, then we just renderMike Bayer2013-06-041-0/+51
| * - support for a__b_dc, i.e. two levels of nestingMike Bayer2013-06-041-35/+131
| * repair these tests now that we allow join from selectable to fromgroupingMike Bayer2013-06-041-21/+26
| * - add a flag to DefaultDialect for this so that people will have someMike Bayer2013-06-041-1/+28
| * - improve overlapping selectables, apply to both query and relationshipMike Bayer2013-06-044-111/+81
| * - eager loadsMike Bayer2013-06-042-78/+52
| * rewriting scheme now works.Mike Bayer2013-06-041-28/+21
| * capture the really hard one in a test (hooray)Mike Bayer2013-06-041-0/+119
| * working through tests....Mike Bayer2013-06-021-12/+11
| * getting things to join without subqueries, but some glitches in the compiler ...Mike Bayer2013-06-022-6/+31
* | The ``deferrable`` keyword argument on :class:`.ForeignKey` andMike Bayer2013-06-031-0/+13
* | Fixed bug where :class:`.MutableDict` didn't report a change eventMike Bayer2013-06-031-0/+12
* | - 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-032-7/+40