| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128 | Rodrigo Menezes | 2014-09-05 | 1 | -15/+0 |
| * | Added get_foreign_table_names to interface and put it in the test requirements. | Rodrigo Menezes | 2014-09-05 | 1 | -0/+15 |
| * | - oldest screwup in the book, forgot the file | Mike Bayer | 2014-08-16 | 1 | -0/+167 |
| * | - rework profiling, zoomark tests into single tests so that | Mike Bayer | 2014-08-16 | 2 | -250/+78 |
| * | - max failures 25 | Mike Bayer | 2014-08-16 | 1 | -0/+3 |
| * | - clean up provision and keep sqlite on memory DBs if thats what we start with | Mike Bayer | 2014-08-15 | 1 | -10/+7 |
| * | - modify how class state is tracked here as it seems like things | Mike Bayer | 2014-08-15 | 1 | -5/+6 |
| * | - repair against use here | Mike Bayer | 2014-08-14 | 1 | -2/+3 |
| * | Merge branch 'pr126' | Mike Bayer | 2014-08-13 | 1 | -1/+9 |
| |\ |
|
| | * | - public method name is get_enums() | Mike Bayer | 2014-08-13 | 1 | -1/+9 |
| * | | - use configured test_schema here | Mike Bayer | 2014-08-08 | 1 | -12/+14 |
| * | | - have python setup.py test use xdist with -q | Mike Bayer | 2014-08-08 | 1 | -1/+1 |
| |/ |
|
| * | - repair test finding to not skip the test_suite tests | Mike Bayer | 2014-07-30 | 2 | -2/+1 |
| * | fix test ordering issues | Mike Bayer | 2014-07-27 | 1 | -0/+2 |
| * | - remove print statement | Mike Bayer | 2014-07-27 | 1 | -3/+4 |
| * | - remove debugging assertions | Mike Bayer | 2014-07-27 | 2 | -9/+5 |
| * | - add support for tags, including include/exclude support. | Mike Bayer | 2014-07-27 | 6 | -37/+168 |
| * | - scale up for mysql, sqlite | Mike Bayer | 2014-07-26 | 4 | -42/+181 |
| * | Merge branch 'master' into xdist_poc | Mike Bayer | 2014-07-26 | 4 | -138/+203 |
| |\ |
|
| | * | - rework the exclusions system to have much better support for compound | Mike Bayer | 2014-07-26 | 4 | -138/+203 |
| * | | - use a template database for PG so extensions get created automatically | Mike Bayer | 2014-07-25 | 1 | -4/+7 |
| * | | - proof of concept for parallel testing | Mike Bayer | 2014-07-25 | 5 | -13/+96 |
| |/ |
|
| * | - more pg8000 tests passing | Mike Bayer | 2014-07-25 | 1 | -0/+8 |
| * | - allow 10 stray connections that need a gc | Mike Bayer | 2014-07-22 | 1 | -4/+7 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 28 | -533/+601 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 18 | -18/+36 |
| * | - support __only_on__ and __backend__ at the same time | Mike Bayer | 2014-07-09 | 1 | -15/+19 |
| * | - Fixed bug where "python setup.py test" wasn't calling into | Mike Bayer | 2014-07-09 | 1 | -0/+10 |
| * | - Reverted the change for :ticket:`3060` - this is a unit of work | Mike Bayer | 2014-06-23 | 1 | -1/+1 |
| * | Merge branch 'master' of https://github.com/BY-jk/sqlalchemy | Mike Bayer | 2014-06-08 | 1 | -1/+1 |
| |\ |
|
| | * | Wrong type usagepr/95 | BY-jk | 2014-05-30 | 1 | -1/+1 |
| * | | - add a new assertsql construct "Or", so that we can test for a UOW flush | Mike Bayer | 2014-05-30 | 1 | -1/+20 |
| * | | - more tests, including backend tests | Mike Bayer | 2014-05-16 | 2 | -1/+85 |
| * | | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -1/+1 |
| |/ |
|
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 4 | -4/+4 |
| * | use importlib.machinery to load modules instead of imp under Python 3.3 and g... | Matt Chisholm | 2014-04-14 | 1 | -2/+7 |
| * | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 2 | -0/+9 |
| * | - Tweaked the settings for mysql-connector-python; in Py2K, the | Mike Bayer | 2014-03-27 | 2 | -1/+8 |
| * | Added missing text_type requirement to TextTest | Stefan Reich | 2014-03-27 | 1 | -0/+1 |
| * | - fixes to multi-backend tests | Mike Bayer | 2014-03-27 | 3 | -13/+18 |
| * | fixes to get profiling tests working again | Mike Bayer | 2014-03-26 | 2 | -2/+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 |
| * | - remove nose dependency | Mike Bayer | 2014-03-26 | 1 | -1/+1 |
| * | 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 | 1 | -1/+13 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 10 | -30/+34 |
| * | - Added support for literal rendering of boolean values, e.g. | Mike Bayer | 2014-03-13 | 1 | -2/+71 |
| * | - move some requirements up to the testing module to better support running | Mike Bayer | 2014-03-13 | 1 | -0/+54 |
| * | comment | Mike Bayer | 2014-03-13 | 1 | -0/+7 |