summaryrefslogtreecommitdiff
path: root/test/engine
Commit message (Expand)AuthorAgeFilesLines
* typo: s/thbe/thepr/100Priit Laes2014-06-281-1/+1
* typo: s/tranasction/transactionPriit Laes2014-06-281-2/+2
* - vastly improve the "safe close cursor" tests in test_reconnectMike Bayer2014-05-301-14/+57
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-262-2/+2
* pickle of execption not supported on mysqlconnectorMike Bayer2014-03-281-0/+2
* - work on fixing some race-condition failures:Mike Bayer2014-03-261-4/+5
* add some more mock structure so tricky DBAPIs like pypy workMike Bayer2014-03-241-0/+8
* - add some more rules to make sure all tests run if DBs are availableMike Bayer2014-03-241-0/+1
* - fix the uuid routine here to not run out of uuidsMike Bayer2014-03-241-0/+5
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-244-234/+281
* - Added some new event mechanics for dialect-level events; the initialMike Bayer2014-03-241-1/+110
* take out accidental PG dialect use hereMike Bayer2014-03-241-1/+1
* - An event listener can now be associated with a :class:`.Engine`,Mike Bayer2014-03-221-0/+33
* there's no "assert_call_count" on mockMike Bayer2014-03-221-9/+10
* - restore the old behavior of the connection pool replacing itself justMike Bayer2014-03-221-0/+12
* - A major improvement made to the mechanics by which the :class:`.Engine`Mike Bayer2014-03-222-16/+101
* - Added new datatype :class:`.oracle.DATE`, which is a subclass ofMike Bayer2014-03-221-2/+2
* Merge branch 'fix_table_registration' of https://github.com/malor/sqlalchemy ...Mike Bayer2014-03-221-0/+1
|\
| * Remove tables from metadata when autoload failspr/78Roman Podoliaka2014-03-121-0/+1
* | - The :meth:`.ConnectionEvents.after_cursor_execute` event is nowMike Bayer2014-03-191-0/+42
|/
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-032-20/+10
* - Fixed a critical regression caused by :ticket:`2880` where the newlyMike Bayer2014-02-191-0/+38
* Merge branch 'master' of https://github.com/eblume/sqlalchemy into tMike Bayer2014-02-161-2/+8
|\
| * SQLite dialect - support relection from affinitypr/65Erich Blume2014-02-031-2/+8
* | - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-011-5/+2
|/
* - 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