summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - The :meth:`.Operators.notin_` operator added in 0.8 now properlyMike Bayer2013-08-071-0/+11
* - add predictable_gc to a few more tests showing up on pypyMike Bayer2013-08-042-6/+8
* tweaksMike Bayer2013-08-021-6/+3
* - after discussions with the original project folks working with zope securityMike Bayer2013-08-021-0/+2
* rework the test here to suit 0.8/0.9 mostly, include time testsMike Bayer2013-08-021-94/+86
* - add a clear() to SetIsh here so that the control/direct gets clearedMike Bayer2013-08-021-10/+16
* Added a new attribute :attr:`.Session.info` to :class:`.Session`;Mike Bayer2013-08-021-0/+17
* - assorted fixes raised by pypy 2.1beta2, but all of which are goodMike Bayer2013-08-013-9/+14
* - 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
* - fix issue in join rewriting whereby we need to ensure the .key and .nameMike Bayer2013-07-271-4/+83
* - The C extensions are ported to Python 3 and will build underMike Bayer2013-07-261-6/+26
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-263-35/+248
* - The mechanism by which attribute events pass along anMike Bayer2013-07-262-13/+6
* Fixed bug in ORM-level event registration where the "raw" orMike Bayer2013-07-181-13/+55
* Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from aMike Bayer2013-07-171-0/+23
* typoMike Bayer2013-07-131-7/+7
* further tweakingMike Bayer2013-07-131-3/+2
* fix the scoping hereMike Bayer2013-07-131-2/+4
* 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
* 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
* - we dont actually need this unicode cast, on py3k + linux it seems theMike Bayer2013-07-091-0/+2
* callcountsMike Bayer2013-07-081-32/+32
* - create a new system where we can decorate an event methodMike Bayer2013-07-082-21/+287
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-052-2/+134
* Fixed bug whereby attribute history functions would failMike Bayer2013-07-041-43/+128
* Fixed bug where :class:`.QueuePool` would lose the correctMike Bayer2013-07-041-1/+50
* make this rule automatic based on coverage pluginMike Bayer2013-07-031-5/+8
* for this test, apparently we don't handle sets as unordered since neither doesMike Bayer2013-07-021-3/+9
* add a float exclusion to help oursql build 100%Mike Bayer2013-07-021-0/+3
* 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/+3
* ORM descriptors such as hybrid properties can now be referencedMike Bayer2013-07-021-2/+37
* profile tweakMike Bayer2013-07-021-9/+8
* - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy...Mike Bayer2013-07-024-83/+164
* mark the tests that seem to be segfauling py3k+coverage so that we can exclud...Mike Bayer2013-06-302-0/+16
* 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-493/+456
* - 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
* tweak the timings here to maximize chance of test successMike Bayer2013-06-291-31/+12
* set UTC timezone on the connection here so we can get consistent resultsMike Bayer2013-06-291-6/+9
* The behavior of :func:`.extract` has been simplified on theMike Bayer2013-06-282-56/+161
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-2821-7350/+7449
* Fixed bug in HSTORE type where keys/values that containedMike Bayer2013-06-281-0/+37
* - fix a regression caused by #2587, where query.join() would apply anMike Bayer2013-06-272-0/+89
* add an ORDER BY hereMike Bayer2013-06-261-2/+2