summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - 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
* callcountMike Bayer2013-07-051-8/+8
* Fixed bug whereby attribute history functions would failMike Bayer2013-07-041-43/+128
* - take advantage of 0.9's pool redesign a bit, addingMike Bayer2013-07-041-15/+65
* make this rule automatic based on coverage pluginMike Bayer2013-07-031-5/+8
* mark the tests that seem to be segfauling py3k+coverage so that we can exclud...Mike Bayer2013-07-032-0/+16
* for this test, apparently we don't handle sets as unordered since neither doesMike Bayer2013-07-021-3/+9
* - clean up some of the requires for cross-schema reflectionMike Bayer2013-07-022-7/+11
* genericize tests hereMike Bayer2013-07-021-5/+10
* Fixed bug when using multi-table UPDATE where a supplementalMike Bayer2013-07-021-0/+39
* Added :class:`.BIGINT` to the list of type names that can beMike Bayer2013-07-021-1/+7
* ORM descriptors such as hybrid properties can now be referencedMike Bayer2013-07-021-2/+37
* fix python 2.5ismsMike Bayer2013-06-302-1/+5
* fix a missing stringio importMike Bayer2013-06-301-0/+2
* Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects.Mike Bayer2013-06-301-0/+73
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-309-496/+457
* - additional fix for [ticket:2750] where on an update, we make sure theMike Bayer2013-06-301-2/+33
* add better tests for [ticket:2750]Mike Bayer2013-06-301-3/+45
* A warning is emitted when trying to flush an object of an inheritedMike Bayer2013-06-301-3/+23