summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - add a test for [ticket:2927], which is an 0.9 issue but only because 0.8Mike Bayer2014-01-291-0/+9
* - repair the fixture/test here to make sure state isn't left over causing oth...Mike Bayer2014-01-281-1/+1
* - add tests for [ticket:2918], confirm this is an 0.9 regressionMike Bayer2014-01-232-0/+49
* - changelog + test for pullreq github 58Mike Bayer2014-01-141-0/+7
* - support addition of fails_if()/only_on(), just wraps the decoratorsMike Bayer2014-01-022-5/+12
* - apply a similar fix for floats to mssql+pyodbc as we did to firebirdMike Bayer2013-12-281-1/+11
* test hanging on 0.8, suspecting the test framework. this feature is tested on...Mike Bayer2013-12-271-1/+3
* - The firebird dialect will quote identifiers which begin with anMike Bayer2013-12-271-0/+9
* - The "asdecimal" flag used with the :class:`.Float` type will nowMike Bayer2013-12-271-0/+20
* - repair some suite tests for firebirdMike Bayer2013-12-271-3/+15
* Remove terminated connections from the pool.John Anderson2013-12-271-3/+4
* - Fixed issue where a primary key column that has a Sequence on it,Mike Bayer2013-12-201-0/+28
* - Fixed bug with :meth:`.Insert.from_select` method where the orderMike Bayer2013-12-191-0/+29
* autoincrement hereMike Bayer2013-12-171-2/+2
* - for [ticket:2651], leaving CheckConstraint alone, preferring to keepMike Bayer2013-12-161-1/+2
* - An adjustment to the :func:`.subqueryload` strategy which ensures thatMike Bayer2013-12-161-0/+54
* - Fixed bug when using joined table inheritance from a table to aMike Bayer2013-12-161-14/+65
* make the error message for [ticket:2889] more accurate, as we supportMike Bayer2013-12-121-1/+1
* - :func:`.composite` will raise an informative error message when theMike Bayer2013-12-121-1/+19
* - Error message when a string arg sent to :func:`.relationship` whichMike Bayer2013-12-121-0/+32
* - A DBAPI that raises an error on ``connect()`` which is not a subclassMike Bayer2013-12-072-14/+53
* - The :class:`.QueuePool` has been enhanced to not block new connectionMike Bayer2013-12-061-0/+82
* - Made a slight adjustment to the logic which waits for a pooledMike Bayer2013-12-061-6/+13
* - changelog + test for pullreq #7, MSSQL dialect for DROP INDEXMike Bayer2013-12-051-0/+11
* - move tests for unique constraints to dialect suite, includingMike Bayer2013-12-032-34/+8
* - backport unique constraints reflection to 0.8.4, therebyRoman Podolyaka2013-12-031-0/+37
* - the pronoun removal commit. there was only one instance of aMike Bayer2013-11-301-2/+2
* -be more agnostic of quotes hereMike Bayer2013-11-231-2/+2
* - Fixed bug where SQL statement would be improperly ASCII-encodedMike Bayer2013-11-222-2/+21
* Fixed bug where Oracle ``VARCHAR`` types given with no lengthMike Bayer2013-11-221-0/+6
* - cleanupMike Bayer2013-11-221-274/+288
* disable this test for py3k, this is better fixed in 0.9Mike Bayer2013-11-211-6/+7
* - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-211-3/+22
* - add a sanity-check test for repr(), comparing against what we getMike Bayer2013-11-211-1/+13
* - apply a timeout to all join() calls for test_poolMike Bayer2013-11-171-5/+10
* - Fixed a regression introduced by :ticket:`2818` where the EXISTSMike Bayer2013-10-301-4/+16
* - Fixed bug where Oracle table reflection using synonyms would failMike Bayer2013-10-251-0/+29
* - The regexp used by the :func:`.url.make_url` function now parsesMike Bayer2013-10-231-12/+19
* - Fixed bug where :func:`.type_coerce` would not interpret ORMMike Bayer2013-10-211-0/+11
* fix python 2.5 ismMike Bayer2013-10-201-2/+2
* - add a type_coerce() step within Enum, Boolean to the CHECK constraint,Mike Bayer2013-10-201-2/+68
* use sets here to eliminate ordering as a factorMike Bayer2013-10-181-4/+4
* - Removed a 128-character truncation from the reflection of theMike Bayer2013-10-181-0/+11
* - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-181-3/+51
* The ``.unique`` flag on :class:`.Index` could be produced as ``None``Mike Bayer2013-10-141-0/+22
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-131-0/+200
* MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-131-5/+54
* Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-121-1/+12
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-125-0/+62
* A :func:`.select` that is made to refer to itself in its FROM clause,Mike Bayer2013-10-081-0/+12