summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ForeignKeyConstraint reflection test respects MySQL limitationspr/34ijl2013-10-151-12/+20
* #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-131-0/+41
* PostgreSQL foreign key inspection includes optionsijl2013-10-111-0/+81
* 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
* - fix a bunch of test failuresMike Bayer2013-10-083-7/+8
* - add an option to Bundle single_entity=True to allow for singleMike Bayer2013-10-071-0/+31
* - add some tests for propagate of wildcard lazyloadMike Bayer2013-10-061-1/+48
* 11th hour realization that Load() needs to do the _chop_path() thing asMike Bayer2013-10-061-0/+79
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-069-943/+1337
* - fix propagation of quote flag within _gen_label() so that if theMike Bayer2013-10-051-0/+13
* fix entity_zero resolutionMike Bayer2013-10-041-0/+13
* - A new construct :class:`.Bundle` is added, which allows for specificationMike Bayer2013-10-032-3/+291
* - add support for removal of instance methods as event listeners, takingMike Bayer2013-10-011-0/+26
* - 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
|\
| * Hide password in URL and Engine __repr__pr/25Gunnlaugur Þór Briem2013-09-061-0/+4
* | - 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