summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add AUTOCOMMIT isolation level support for psycopg2pr/7Roman Podolyaka2013-06-151-0/+10
* - 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
* | Fixed bug whereby using :meth:`.MetaData.reflect` across a remoteMike Bayer2013-06-031-0/+24
* | - remove the ``__iter__()`` with notimplemented since it interferesMike Bayer2013-06-031-7/+6
* | test tweakMike Bayer2013-06-031-1/+4
* | Merge branch 'master' into ticket_1068Mike Bayer2013-06-0394-2633/+1554
|\ \
| * | - some tweaks to try to help out mssql+pyodbc support a bit, py3k is reallyMike Bayer2013-06-031-2/+0
| |/
| * - blow away context._attributesMike Bayer2013-06-021-11/+4
| * Fixed a regression caused by [ticket:2682] whereby theMike Bayer2013-05-311-0/+17
| * add a test for the exception we want to raise hereMike Bayer2013-05-301-0/+12
| * The "auto-aliasing" behavior of the :class:`.Query.select_from`Mike Bayer2013-05-302-45/+65
| * - repair for py3kMike Bayer2013-05-291-2/+2
| * hstores are text, and in py3k they seem to be implcitly unicode. soMike Bayer2013-05-291-0/+25
| * - additional oracle fixes. cx_oracle under py3k is complaining about tuples ...Mike Bayer2013-05-271-1/+4