summaryrefslogtreecommitdiff
path: root/test/engine
Commit message (Expand)AuthorAgeFilesLines
* SQLite dialect - support relection from affinitypr/65Erich Blume2014-02-031-2/+8
* - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-201-0/+21
* - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-131-1/+1
* revert r2775c95b1ee30831216cc5 which was mostly an inadvertent commit, except...Mike Bayer2014-01-131-1/+1
* - continue with [ticket:2907] and further clean up how we set upMike Bayer2014-01-131-1/+2
* - :class:`.Connection` now associates a newMike Bayer2014-01-122-0/+223
* - add new event PoolEvents.invalidate(). allows interception of invalidationMike Bayer2014-01-121-0/+32
* new changelogMike Bayer2014-01-111-1/+1
* - these tests are really old but trying to make sure everything is closed outMike Bayer2014-01-051-40/+40
* - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace`Mike Bayer2014-01-041-0/+13
* - The :func:`.engine_from_config` function has been improved so thatMike Bayer2013-12-071-60/+31
* - A DBAPI that raises an error on ``connect()`` which is not a subclassMike Bayer2013-12-072-15/+54
* - The :class:`.QueuePool` has been enhanced to not block new connectionMike Bayer2013-12-061-0/+82
* - Made a slight adjustment to the logic which waits for a pooledMike Bayer2013-12-061-6/+13
* make sure thread.join() is used completely hereMike Bayer2013-11-301-4/+8
* - adjustment, the spec says: "Within the user and password field, any ":",Mike Bayer2013-11-251-10/+10
* - The :func:`.create_engine` routine and the relatedMike Bayer2013-11-241-1/+23
* -be more agnostic of quotes hereMike Bayer2013-11-231-2/+2
* - Fixed bug where SQL statement would be improperly ASCII-encodedMike Bayer2013-11-221-2/+20
* something changed the name here, probably one of those doc pullreqsMike Bayer2013-11-211-1/+1
* - apply a timeout to all join() calls for test_poolMike Bayer2013-11-171-5/+10
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-174-22/+4
* - move this test to PG test_reflectionMike Bayer2013-10-251-2/+2
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-251-0/+49
|\
| * 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
* | - The regexp used by the :func:`.url.make_url` function now parsesMike Bayer2013-10-231-12/+19
* | try to get this to pass on slow environmnetsMike Bayer2013-10-211-1/+1
|/
* 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-222-2/+0
|/
* 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
* - ensure rowcount is returned for an UPDATE with no implicit returningMike Bayer2013-08-251-27/+27
* Improved support for the cymysql driver, supporting version 0.6.5,Mike Bayer2013-08-171-1/+0
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-122-203/+15
* try seeing if just clearing this ahead of time helpsMike Bayer2013-07-271-0/+1
* further tweakingMike Bayer2013-07-131-3/+2
* fix the scoping hereMike Bayer2013-07-131-2/+4
* Dialect.initialize() is not called a second time if an :class:`.Engine`Mike Bayer2013-07-111-3/+31
* Fixed bug where :class:`.QueuePool` would lose the correctMike Bayer2013-07-041-1/+50
* - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy...Mike Bayer2013-07-023-44/+125
* mark the tests that seem to be segfauling py3k+coverage so that we can exclud...Mike Bayer2013-06-301-0/+7
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-305-357/+353
* tweak the timings here to maximize chance of test successMike Bayer2013-06-291-31/+12
* Preserve reset_on_return when recreating a Pool.pr/6Eevee2013-06-101-1/+2
* - get_unique_constraints() pull requestMike Bayer2013-06-091-34/+0
* Add basic support of unique constraints reflectionpr/4Roman Podolyaka2013-06-091-0/+37
* - clean up some of the requires for cross-schema reflectionMike Bayer2013-06-031-7/+4