summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fixed bug where using an annotation such as :func:`.remote` orMike Bayer2013-10-081-0/+7
* Non-working "schema" argument on :class:`.ForeignKey` is deprecated;Mike Bayer2013-10-081-0/+7
* - put exact version string in the testMike Bayer2013-09-291-3/+2
* add test for upcoming pullreqMike Bayer2013-09-291-1/+6
* Merge pull request #25 from gthb/ticket_2821mike bayer2013-09-291-0/+4
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-041-1/+10
* use a different col here to keep oracle happyMike Bayer2013-09-021-2/+12
* plus some more adjustments for mysql, or in general if an Index refers toMike Bayer2013-08-281-1/+3
* Fixed bug where using the ``column_reflect`` event to change the ``.key``Mike Bayer2013-08-281-4/+34
* correct for missing fail() methods which were lost when we removed unittest.T...Mike Bayer2013-08-261-25/+20
* clean up formatting and other linting issuesMike Bayer2013-08-261-53/+51
* forgot to add system to the copy() methodMike Bayer2013-08-251-0/+7
* added "system=True" to Column, so that we generally don't have to botherMike Bayer2013-08-251-0/+9
* - The :class:`.CreateColumn` construct can be appled to a customMike Bayer2013-08-241-1/+17
* pypy pickle isn't "bulletproof"Mike Bayer2013-08-201-1/+2
* apply test skips for pypy issue #1573 in 0.8 [ticket:2805]Mike Bayer2013-08-202-2/+15
* Fixed bug where list instrumentation would fail to represent aMike Bayer2013-08-201-3/+8
* - add WeakSequence.append()Mike Bayer2013-08-181-3/+33
* Fixed regression dating back to 0.7.9 whereby the name of a CTE mightMike Bayer2013-08-181-0/+16
* - The :meth:`.Operators.notin_` operator added in 0.8 now properlyMike Bayer2013-08-071-0/+11
* - Fixed bug in common table expression system where if the CTE wereMike Bayer2013-07-311-0/+29
* try seeing if just clearing this ahead of time helpsMike Bayer2013-07-271-0/+1
* exclude python2.5 on this alsoMike Bayer2013-07-271-2/+2
* Fixed bug in ORM-level event registration where the "raw" orMike Bayer2013-07-181-16/+58
* Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from aMike Bayer2013-07-171-0/+23
* further tweakingMike Bayer2013-07-131-3/+2
* fix the scoping hereMike Bayer2013-07-131-2/+4
* callcountsMike Bayer2013-07-131-32/+34
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-133-14/+93
* The newly added SQLite DATETIME arguments storage_format andMike Bayer2013-07-121-1/+46
* fix missing import hereMike Bayer2013-07-121-0/+1
* Fixed bug where the expression system relied upon the ``str()``Mike Bayer2013-07-122-0/+53
* Dialect.initialize() is not called a second time if an :class:`.Engine`Mike Bayer2013-07-111-3/+31
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-052-2/+134