summaryrefslogtreecommitdiff
path: root/test/engine
Commit message (Expand)AuthorAgeFilesLines
...
* - workaround removal of nested() in py3kMike Bayer2014-07-301-1/+2
* - ensure all tests are named test_*Mike Bayer2014-07-303-8/+9
* pep8 cleanupMike Bayer2014-07-291-285/+342
* - The exception wrapping system for DBAPI errors can now accommodateMike Bayer2014-07-291-1/+26
* - add support for tags, including include/exclude support.Mike Bayer2014-07-271-5/+13
* Merge branch 'master' into xdist_pocMike Bayer2014-07-261-2/+3
|\
| * fix paren hereMike Bayer2014-07-261-2/+3
* | - scale up for mysql, sqliteMike Bayer2014-07-261-9/+14
|/
* - more pg8000 tests passingMike Bayer2014-07-253-4/+4
* - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error`Mike Bayer2014-07-251-0/+28
* Merge pull request #100 from plaes/typosmike bayer2014-07-061-2/+2
|\
| * typo: s/thbe/thepr/100Priit Laes2014-06-281-1/+1
| * typo: s/tranasction/transactionPriit Laes2014-06-281-2/+2
* | - add test support for disconnect modificationMike Bayer2014-07-041-0/+25
* | - rework the entire approach to #3076. As we need to catch all exceptionsMike Bayer2014-07-041-125/+267
* | - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handlerMike Bayer2014-07-031-0/+111
|/
* - 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