summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-2632-47/+47
* - The "primaryjoin" model has been stretched a bit further to allowMike Bayer2014-04-192-2/+199
* - Liberalized the contract for :class:`.Index` a bit in that you canMike Bayer2014-04-192-12/+102
* - Fixed bug in new :meth:`.DialectKWArgs.argument_for` method whereMike Bayer2014-04-151-0/+11
* remove unused importMatt Chisholm2014-04-141-1/+0
* fix unclosed file ResourceWarningMatt Chisholm2014-04-141-1/+2
* - Fixed regression introduced in 0.9 where new "ORDER BY <labelname>"Mike Bayer2014-04-101-0/+9
* - Added new utility function :func:`.make_transient_to_detached` which canMike Bayer2014-04-091-1/+46
* - reverse order of columns in sample CTEs as this is a UNION and the cols nee...Mike Bayer2014-04-021-5/+5
* - back off the callcounts a bit for the boolean fixMike Bayer2014-04-011-17/+19
* - Fixes to the newly enhanced boolean coercion in :ticket:`2804` whereMike Bayer2014-04-012-4/+82
* - Added new flag :paramref:`.expression.between.symmetric`, when set to TrueMike Bayer2014-03-301-3/+43
* dont need rowcount here...Mike Bayer2014-03-281-1/+0
* - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. DefaultsMike Bayer2014-03-282-12/+25
* - revert part of c01558ae7f4a for now as we also test that a DELETE of two rowsMike Bayer2014-03-282-7/+11
* mark failing tests for buggy mysqlconnectorMike Bayer2014-03-281-0/+21
* - add further coverage for join_condition to make sure we get this case whereMike Bayer2014-03-281-0/+10
* pickle of execption not supported on mysqlconnectorMike Bayer2014-03-281-0/+2
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-283-23/+110
* - Added support to automap for the case where a relationship shouldMike Bayer2014-03-281-0/+7
* - Fixed a very old behavior where the lazy load emitted for a one-to-manyMike Bayer2014-03-272-3/+161
* - Improved the check for "how to join from A to B" such that whenMike Bayer2014-03-271-0/+37
* - Tweaked the settings for mysql-connector-python; in Py2K, theMike Bayer2014-03-272-12/+14
* - fixes to multi-backend testsMike Bayer2014-03-271-2/+115
* fixes to get profiling tests working againMike Bayer2014-03-261-4/+0
* use integer division hereMike Bayer2014-03-261-1/+1
* - work on fixing some race-condition failures:Mike Bayer2014-03-261-4/+5
* - rework memusage tests so that it only runs five iterations at a time, if it...Mike Bayer2014-03-261-29/+47
* - Fixed regression caused by release 0.8.5 / 0.9.3's compatibilityMike Bayer2014-03-251-1/+1
* 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-244-6/+8
* fix some mysqlconnector failuresMike Bayer2014-03-241-4/+10
* - fix the uuid routine here to not run out of uuidsMike Bayer2014-03-243-24/+7
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-2423-237/+399
* - 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
* some profile updates...Mike Bayer2014-03-231-16/+61
* - Fixed regression from 0.8.3 as a result of :ticket:`2818`Mike Bayer2014-03-221-0/+11
* - 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
* - Fixed a few errant ``u''`` strings that would prevent tests from passingMike Bayer2014-03-224-11/+11
* - 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-222-12/+17
* 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
* | fix assertionMike Bayer2014-03-191-1/+1
* | - Fixed bug in mutable extension as well asMike Bayer2014-03-192-0/+26
* | - Improved an error message which would occur if a query() were madeMike Bayer2014-03-171-0/+13