summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/assertions.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor for cx_Oracle version 6oracle_numericMike Bayer2017-09-111-1/+0
* Enable multi-level selectin polymorphic loadingMike Bayer2017-08-071-8/+5
* selectin polymorphic loadingMike Bayer2017-06-051-2/+3
* Allow metadata.reflect() to recover from unreflectable tablesMike Bayer2017-05-221-4/+11
* Add safe_reraise() + warnings only to Connection._autorollbackMike Bayer2017-03-271-4/+5
* Support hybrids/composites with bulk updatesMike Bayer2017-03-221-0/+4
* New features from python 2.7Катаев Денис2017-03-171-3/+3
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Repair clauselist comparison to account for clause orderingMike Bayer2016-09-021-0/+8
* - don't raise for stray gc connection. this just happensMike Bayer2016-06-021-2/+3
* - handle parameter sets that aren't correctly formed, so thatMike Bayer2016-02-171-0/+4
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-111-0/+2
* - happy new yearMike Bayer2016-01-291-1/+1
* - The ``str()`` call for :class:`.Query` will now take into accountMike Bayer2016-01-191-0/+9
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-1/+5
* - A rare case which occurs when a :meth:`.Session.rollback` fails in theMike Bayer2015-11-191-1/+1
* - Fixed regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-07-191-0/+10
* - fixes to the warnings filtersMike Bayer2015-06-191-3/+1
* - Add a new le_() assertion for less than or equalsMike Bayer2015-06-141-0/+5
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - expect_warnings was not expecting and neither was assert_warningsMike Bayer2015-02-191-12/+40
* - rework assertsql system, fixes #3293Mike Bayer2015-01-181-8/+3
* - The multi-values version of :meth:`.Insert.values` has beenMike Bayer2015-01-131-0/+3
* - rework the assert_sql system so that we have a context manager to work with,Mike Bayer2014-12-071-5/+8
* - refine this a bit to better check for exception typeMike Bayer2014-08-311-7/+8
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-311-67/+62
* - allow 10 stray connections that need a gcMike Bayer2014-07-221-4/+7
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-23/+33
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* dont warn, that just crashes the test...Mike Bayer2014-03-261-2/+3
* try to liberalize the pool._refs assertion a bitMike Bayer2014-03-261-2/+34
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-1/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-2/+2
* adjustment to work on py3k as wellMike Bayer2013-11-211-1/+3
* - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-211-1/+1
* - add copyright to source files missing itMike Bayer2013-10-261-0/+6
* - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-201-1/+10
* The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-141-21/+27
* clean up the dialect selection thing hereMike Bayer2013-06-041-8/+12
* working through tests....Mike Bayer2013-06-021-6/+7
* - endless isinstance(x, str)s....Mike Bayer2013-04-281-12/+12
* - the raw 2to3 runMike Bayer2013-04-271-15/+16
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-191-6/+21
* - add a nifty contextmanager form of assert_execution/assert_statement_countMike Bayer2012-10-081-0/+11
* - don't call get_lastrowid() on explicit returningMike Bayer2012-10-041-1/+3
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-0/+349