| Commit message (Expand) | Author | Age | Files | Lines |
| * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 2 | -19/+5 |
| * | improve exception vs. exit handling | ndparker | 2014-09-23 | 1 | -0/+10 |
| * | - Added support for the Oracle table option ON COMMIT. This is being | Mike Bayer | 2014-09-17 | 1 | -5/+17 |
| * | - Added :meth:`.Inspector.get_temp_table_names` and | Mike Bayer | 2014-09-17 | 2 | -0/+92 |
| * | - raise from cause here to preserve stack trace | Mike Bayer | 2014-09-16 | 1 | -1/+1 |
| * | - fix issue where nose Failure object comes into play here | Mike Bayer | 2014-09-15 | 1 | -0/+2 |
| * | - remove some crufty old testing options | Mike Bayer | 2014-09-14 | 6 | -68/+86 |
| * | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -0/+15 |
| * | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -1/+1 |
| * | - refine this a bit to better check for exception type | Mike Bayer | 2014-08-31 | 1 | -7/+8 |
| * | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 4 | -101/+76 |
| * | - clean up zoomark a little and try to get new profiles written | Mike Bayer | 2014-08-30 | 1 | -5/+10 |
| * | - Made a small adjustment to the mechanics of lazy loading, | Mike Bayer | 2014-08-28 | 1 | -1/+3 |
| * | - 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 |