summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into oracle-servicename-optionpr/152Sławek Ehlert2015-01-2743-963/+3430
|\
| * - fix this test for py3kMike Bayer2015-01-261-1/+1
| * - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-264-41/+49
| * 78-char widthShaun Stanworth2015-01-262-2/+4
| * Added psycopg2cffi dialectShaun Stanworth2015-01-266-5/+12
| * Merge branch 'bb_issue_3262' of https://bitbucket.org/xflr6/sqlalchemyMike Bayer2015-01-261-0/+13
| |\
| | * warn on duplicate polymorphic_identitySebastian Bank2014-12-041-0/+13
| * | Merge remote-tracking branch 'origin/pr/150'Mike Bayer2015-01-261-1/+2
| |\ \
| | * | Report the type of unexpected expression objectspr/150Ryan P. Kelly2014-11-201-1/+2
| * | | - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-202-0/+43
| * | | formattingMike Bayer2015-01-201-27/+30
| * | | - restore r611883ffb35ca6664649f6328ae8 with additional fixes and an addition...Mike Bayer2015-01-191-4/+37
| * | | - reverse the last commit temporarily as it breaks all the polymorphic casesMike Bayer2015-01-191-19/+4
| * | | - The primary :class:`.Mapper` of a :class:`.Query` is now passed to theMike Bayer2015-01-191-4/+19
| * | | - testsMike Bayer2015-01-191-0/+63
| * | | - further fixes and even better tests for this blockMike Bayer2015-01-191-1/+27
| * | | - fix another issue from rf49c367ef, add another testMike Bayer2015-01-181-1/+30
| * | | - rework assertsql system, fixes #3293Mike Bayer2015-01-186-161/+242
| * | | - fix a regression from ref #3178, where dialects that don't actually supportMike Bayer2015-01-171-3/+65
| * | | - add an exclusion here that helps with the case of 3rd partyMike Bayer2015-01-171-0/+1
| * | | - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-161-0/+63
| * | | - Fixed bug where Postgresql dialect would fail to render anMike Bayer2015-01-161-1/+53
| * | | - The "wildcard" loader options, in particular the one set up byMike Bayer2015-01-131-2/+131
| * | | - The multi-values version of :meth:`.Insert.values` has beenMike Bayer2015-01-132-29/+129
| * | | repair formattingMike Bayer2015-01-121-1/+4
| * | | Add native_enum flag to Enum's repr() resultDimitris Theodorou2015-01-121-2/+2
| * | | - add a close hereMike Bayer2015-01-061-0/+1
| * | | - Fixed bug where if an exception were thrown at the start of aMike Bayer2015-01-051-3/+30
| * | | - more callcountsMike Bayer2015-01-051-7/+16
| * | | - this is passing, no idea whyMike Bayer2015-01-041-3/+0
| * | | - callcountsMike Bayer2015-01-041-21/+21
| * | | - fix test for new eventsMike Bayer2015-01-041-1/+1
| * | | - scale back _Dispatch and _JoinedDispatcher to use a __getitem__ schemeMike Bayer2015-01-042-15/+21
| * | | - wip - start factoring events so that we aren't using descriptors for dispatch,Mike Bayer2015-01-041-15/+6
| * | | - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-041-7/+9
| * | | - The :class:`.mysql.SET` type has been overhauled to no longerMike Bayer2015-01-031-8/+112
| * | | - clean up SET testsMike Bayer2015-01-031-95/+135
| * | | - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-013-36/+256
| * | | - Added a new accessor :attr:`.Table.foreign_key_constraints`Mike Bayer2015-01-011-0/+40
| * | | - Fixed bug where using a :class:`.TypeDecorator` that implementedMike Bayer2014-12-191-0/+25
| * | | - rework sqlite FK and unique constraint system to combine both PRAGMAMike Bayer2014-12-131-123/+291
| * | | - add test_get_unnamed_unique_constraints to SQLite reflection testsJon Nelson2014-12-131-0/+18
| * | | - Added new method :meth:`.Session.invalidate`, functions similarlyMike Bayer2014-12-122-0/+20
| * | | - update zoomarkMike Bayer2014-12-121-6/+6
| * | | - rework the handle error on connect tests from test_parsconnect whereMike Bayer2014-12-102-236/+245
| * | | - identify another spot where _handle_dbapi_error() needs to do somethingMike Bayer2014-12-081-0/+28
| * | | - simplify the "noconnection" error handling, settingMike Bayer2014-12-081-2/+2
| * | | - autoinc here for oracleMike Bayer2014-12-081-1/+3
| * | | - force the _has_events flag to True on engines, so thatMike Bayer2014-12-081-54/+21
| * | | - some profile changes likely due to the change in event listeningticket_3100Mike Bayer2014-12-082-23/+54