| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | fixes to get profiling tests working again | Mike Bayer | 2014-03-26 | 3 | -6/+8 |
| * | dont warn, that just crashes the test... | Mike Bayer | 2014-03-26 | 1 | -2/+3 |
| * | try to liberalize the pool._refs assertion a bit | Mike Bayer | 2014-03-26 | 1 | -2/+34 |
| * | use integer division here | Mike Bayer | 2014-03-26 | 1 | -1/+1 |
| * | - work on fixing some race-condition failures: | Mike Bayer | 2014-03-26 | 3 | -7/+11 |
| * | - rework memusage tests so that it only runs five iterations at a time, if it... | Mike Bayer | 2014-03-26 | 1 | -29/+47 |
| * | - remove nose dependency | Mike Bayer | 2014-03-26 | 1 | -1/+1 |
| * | - Fixed regression caused by release 0.8.5 / 0.9.3's compatibility | Mike Bayer | 2014-03-25 | 3 | -2/+17 |
| * | add some more mock structure so tricky DBAPIs like pypy work | Mike Bayer | 2014-03-24 | 1 | -0/+8 |
| * | fix | Mike Bayer | 2014-03-24 | 1 | -1/+1 |
| * | - add some more rules to make sure all tests run if DBs are available | Mike Bayer | 2014-03-24 | 5 | -7/+21 |
| * | fix some mysqlconnector failures | Mike Bayer | 2014-03-24 | 1 | -4/+10 |
| * | - fix the uuid routine here to not run out of uuids | Mike Bayer | 2014-03-24 | 3 | -24/+7 |
| * | - fix some doctest failures (though some remain, as it's not easy to get doctest | Mike Bayer | 2014-03-24 | 1 | -4/+4 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 33 | -267/+433 |
| * | - Added some new event mechanics for dialect-level events; the initial | Mike Bayer | 2014-03-24 | 6 | -21/+249 |
| * | take out accidental PG dialect use here | Mike Bayer | 2014-03-24 | 1 | -1/+1 |
| * | some profile updates... | Mike Bayer | 2014-03-23 | 1 | -16/+61 |
| * | - Fixed regression from 0.8.3 as a result of :ticket:`2818` | Mike Bayer | 2014-03-22 | 3 | -1/+28 |
| * | - An event listener can now be associated with a :class:`.Engine`, | Mike Bayer | 2014-03-22 | 3 | -28/+77 |
| * | there's no "assert_call_count" on mock | Mike Bayer | 2014-03-22 | 1 | -9/+10 |
| * | - restore the old behavior of the connection pool replacing itself just | Mike Bayer | 2014-03-22 | 2 | -0/+13 |
| * | - Fixed a few errant ``u''`` strings that would prevent tests from passing | Mike Bayer | 2014-03-22 | 5 | -11/+18 |
| * | - A major improvement made to the mechanics by which the :class:`.Engine` | Mike Bayer | 2014-03-22 | 7 | -79/+147 |
| * | - Added new datatype :class:`.oracle.DATE`, which is a subclass of | Mike Bayer | 2014-03-22 | 7 | -24/+80 |
| * | - we aren't supporting py2.5 so just simplify this import for platform, re: #... | Mike Bayer | 2014-03-22 | 1 | -9/+3 |
| * | - Adjusted ``setup.py`` file to support the possible future | Mike Bayer | 2014-03-22 | 3 | -21/+68 |
| * | changelog to fix #2988 | Mike Bayer | 2014-03-22 | 1 | -0/+10 |
| * | Merge branch 'fix_table_registration' of https://github.com/malor/sqlalchemy ... | Mike Bayer | 2014-03-22 | 2 | -1/+2 |
| |\ |
|
| | * | Remove tables from metadata when autoload failspr/78 | Roman Podoliaka | 2014-03-12 | 2 | -1/+2 |
| * | | Merge pull request #81 from tony/patch-2 | mike bayer | 2014-03-21 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fix tag typo in changelog_09pr/81 | Tony Narlock | 2014-03-21 | 1 | -1/+1 |
| |/ / |
|
| * | | - reword the paragraph which talks about web framework integration for sessions: | Mike Bayer | 2014-03-20 | 1 | -10/+7 |
| * | | - The :meth:`.ConnectionEvents.after_cursor_execute` event is now | Mike Bayer | 2014-03-19 | 3 | -4/+67 |
| * | | fix assertion | Mike Bayer | 2014-03-19 | 1 | -1/+1 |
| * | | - Fixed bug in mutable extension as well as | Mike Bayer | 2014-03-19 | 6 | -3/+41 |
| * | | Merge branch 'ca/dev/add_is_and_isnot_to_tutorial' of https://github.com/char... | Mike Bayer | 2014-03-17 | 1 | -0/+6 |
| |\ \ |
|
| | * | | Add is_ and isnot filter to the tutorialpr/80 | Charles-Axel Dein | 2014-03-15 | 1 | -0/+6 |
| * | | | - Improved an error message which would occur if a query() were made | Mike Bayer | 2014-03-17 | 3 | -0/+29 |
| * | | | typo | Mike Bayer | 2014-03-16 | 1 | -1/+1 |
| * | | | - Added support for the not-quite-yet-documented ``insert=True`` | Mike Bayer | 2014-03-16 | 3 | -11/+69 |
| * | | | - fairly epic rework of the cascade documentation | Mike Bayer | 2014-03-15 | 5 | -172/+337 |
| |/ / |
|
| * | | - correct this to make the intention clear | Mike Bayer | 2014-03-13 | 1 | -2/+1 |
| * | | - Added support for literal rendering of boolean values, e.g. | Mike Bayer | 2014-03-13 | 4 | -45/+95 |
| * | | - move some requirements up to the testing module to better support running | Mike Bayer | 2014-03-13 | 2 | -32/+54 |
| * | | comment | Mike Bayer | 2014-03-13 | 1 | -0/+7 |
| * | | - add a suite test for underscore as initial char | Mike Bayer | 2014-03-13 | 1 | -0/+14 |
| * | | - add more support for suite tests, moving some tests from test_query out to ... | Mike Bayer | 2014-03-13 | 5 | -159/+228 |
| |/ |
|
| * | - Added a new feature :func:`.schema.conv`, the purpose of which is to | Mike Bayer | 2014-03-12 | 4 | -5/+58 |
| * | :paramref:`.MetaData.naming_convention` feature will now also | Mike Bayer | 2014-03-12 | 3 | -2/+34 |