summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fixes to get profiling tests working againMike Bayer2014-03-263-6/+8
* dont warn, that just crashes the test...Mike Bayer2014-03-261-2/+3
* try to liberalize the pool._refs assertion a bitMike Bayer2014-03-261-2/+34
* use integer division hereMike Bayer2014-03-261-1/+1
* - work on fixing some race-condition failures:Mike Bayer2014-03-263-7/+11
* - rework memusage tests so that it only runs five iterations at a time, if it...Mike Bayer2014-03-261-29/+47
* - remove nose dependencyMike Bayer2014-03-261-1/+1
* - Fixed regression caused by release 0.8.5 / 0.9.3's compatibilityMike Bayer2014-03-253-2/+17
* add some more mock structure so tricky DBAPIs like pypy workMike Bayer2014-03-241-0/+8
* fixMike Bayer2014-03-241-1/+1
* - add some more rules to make sure all tests run if DBs are availableMike Bayer2014-03-245-7/+21
* 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
* - fix some doctest failures (though some remain, as it's not easy to get doctestMike Bayer2014-03-241-4/+4
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-2433-267/+433
* - Added some new event mechanics for dialect-level events; the initialMike Bayer2014-03-246-21/+249
* 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-223-1/+28
* - An event listener can now be associated with a :class:`.Engine`,Mike Bayer2014-03-223-28/+77
* 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-222-0/+13
* - Fixed a few errant ``u''`` strings that would prevent tests from passingMike Bayer2014-03-225-11/+18
* - A major improvement made to the mechanics by which the :class:`.Engine`Mike Bayer2014-03-227-79/+147
* - Added new datatype :class:`.oracle.DATE`, which is a subclass ofMike Bayer2014-03-227-24/+80
* - we aren't supporting py2.5 so just simplify this import for platform, re: #...Mike Bayer2014-03-221-9/+3
* - Adjusted ``setup.py`` file to support the possible futureMike Bayer2014-03-223-21/+68
* changelog to fix #2988Mike Bayer2014-03-221-0/+10
* Merge branch 'fix_table_registration' of https://github.com/malor/sqlalchemy ...Mike Bayer2014-03-222-1/+2
|\
| * Remove tables from metadata when autoload failspr/78Roman Podoliaka2014-03-122-1/+2
* | Merge pull request #81 from tony/patch-2mike bayer2014-03-211-1/+1
|\ \
| * | Fix tag typo in changelog_09pr/81Tony Narlock2014-03-211-1/+1
|/ /
* | - reword the paragraph which talks about web framework integration for sessions:Mike Bayer2014-03-201-10/+7
* | - The :meth:`.ConnectionEvents.after_cursor_execute` event is nowMike Bayer2014-03-193-4/+67
* | fix assertionMike Bayer2014-03-191-1/+1
* | - Fixed bug in mutable extension as well asMike Bayer2014-03-196-3/+41
* | Merge branch 'ca/dev/add_is_and_isnot_to_tutorial' of https://github.com/char...Mike Bayer2014-03-171-0/+6
|\ \
| * | Add is_ and isnot filter to the tutorialpr/80Charles-Axel Dein2014-03-151-0/+6
* | | - Improved an error message which would occur if a query() were madeMike Bayer2014-03-173-0/+29
* | | typoMike Bayer2014-03-161-1/+1
* | | - Added support for the not-quite-yet-documented ``insert=True``Mike Bayer2014-03-163-11/+69
* | | - fairly epic rework of the cascade documentationMike Bayer2014-03-155-172/+337
|/ /
* | - correct this to make the intention clearMike Bayer2014-03-131-2/+1
* | - Added support for literal rendering of boolean values, e.g.Mike Bayer2014-03-134-45/+95
* | - move some requirements up to the testing module to better support runningMike Bayer2014-03-132-32/+54
* | commentMike Bayer2014-03-131-0/+7
* | - add a suite test for underscore as initial charMike Bayer2014-03-131-0/+14
* | - add more support for suite tests, moving some tests from test_query out to ...Mike Bayer2014-03-135-159/+228
|/
* - Added a new feature :func:`.schema.conv`, the purpose of which is toMike Bayer2014-03-124-5/+58
* :paramref:`.MetaData.naming_convention` feature will now alsoMike Bayer2014-03-123-2/+34