summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-2212-39/+4
* - modify what we did in [ticket:2793] so that we can also set theMike Bayer2013-09-061-0/+86
* 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
* - fix bug here in profiling.pyMike Bayer2013-08-281-1/+1
* repair missing oracle skipMike Bayer2013-08-281-1/+1
* - these tests now fail on a normalize name DB, as they should! because we're ...Mike Bayer2013-08-281-0/+6
* - rework the profile thing to just rewrite all failing numbers when --write-p...Mike Bayer2013-08-281-2/+2
* callcountsMike Bayer2013-08-272-3/+3
* - cx_oracle seems to have a bug here though it is hard to track downMike Bayer2013-08-272-12/+15
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-274-63/+246
* 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-52/+51
* - ensure rowcount is returned for an UPDATE with no implicit returningMike Bayer2013-08-253-29/+29
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-253-5/+318
* 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
* 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