summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - The MySQL dialect now renders TIMESTAMP with NULL / NOT NULL inMike Bayer2015-02-052-29/+133
* - Fixed bug in :class:`.Connection` and pool where theMike Bayer2015-02-042-0/+22
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-043-7/+55
* - Fixed bug in lazy loading SQL construction whereby a complexMike Bayer2015-02-022-3/+73
* - Repaired support for Postgresql UUID types in conjunction withMike Bayer2015-02-011-6/+28
* Merge remote-tracking branch 'origin/pr/68' into pr68Mike Bayer2015-02-011-0/+13
|\
| * Add unit test for UUID arrays in PostgreSQL.pr/68Kevin Deldycke2014-02-061-0/+13
* | - Added support for the :class:`postgresql.JSONB` datatype whenMike Bayer2015-01-312-7/+26
* | - The :class:`.CheckConstraint` construct now supports namingMike Bayer2015-01-302-1/+22
* | - Fixed bug in 0.9's foreign key setup system, such thatMike Bayer2015-01-281-0/+92
* | - 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