summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* more tests regarding expiry, deferralMike Bayer2013-08-171-1/+57
* some tests regarding how newly inserted rows are treated as far as fetch on a...Mike Bayer2013-08-171-1/+91
* - spot checking of imports, obsolete functionsMike Bayer2013-08-171-4/+4
* Improved support for the cymysql driver, supporting version 0.6.5,Mike Bayer2013-08-173-3/+3
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-143-10/+11
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-123-32/+20
* - 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