| Commit message (Expand) | Author | Age | Files | Lines |
* | - The exception wrapping system for DBAPI errors can now accommodate | Mike Bayer | 2014-07-29 | 1 | -3/+6 |
* | - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction with | Mike Bayer | 2014-07-29 | 1 | -0/+3 |
* | 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 | 5 | -138/+209 |
|\ |
|
| * | - rework the exclusions system to have much better support for compound | Mike Bayer | 2014-07-26 | 5 | -138/+215 |
* | | - use a template database for PG so extensions get created automatically | Mike Bayer | 2014-07-25 | 1 | -4/+7 |
* | | Merge branch 'master' into xdist_poc | Mike Bayer | 2014-07-25 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | - restore non_updating_cascade to test_manytomany_nonpassive, but also | Mike Bayer | 2014-07-25 | 1 | -0/+1 |
* | | - proof of concept for parallel testing | Mike Bayer | 2014-07-25 | 6 | -13/+102 |
|/ |
|
* | - more pg8000 tests passing | Mike Bayer | 2014-07-25 | 2 | -1/+8 |
* | Merge remote-tracking branch 'origin/pr/117' into pg8000 | Mike Bayer | 2014-07-25 | 1 | -0/+19 |
|\ |
|
| * | Fix support for two phase commit in pg8000 dialect | Tony Locke | 2014-07-19 | 1 | -0/+19 |
* | | Merge remote-tracking branch 'origin/pr/124' into issue3141 | Mike Bayer | 2014-07-25 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix argument to array() in array._bind_param()pr/124 | Andrew | 2014-07-24 | 1 | -1/+1 |
* | | | - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error` | Mike Bayer | 2014-07-25 | 3 | -4/+19 |
* | | | - Added a supported :meth:`.FunctionElement.alias` method to functions, | Mike Bayer | 2014-07-24 | 2 | -6/+50 |
|/ / |
|
* | | - update some SQL server tests, support | Mike Bayer | 2014-07-22 | 1 | -1/+17 |
* | | - allow 10 stray connections that need a gc | Mike Bayer | 2014-07-22 | 1 | -4/+7 |
* | | - Fixed bug introduced in 0.9.5 by new pg8000 isolation level feature | Mike Bayer | 2014-07-21 | 1 | -2/+6 |
* | | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 126 | -6655/+7470 |
|/ |
|
* | - also add the alternate approach, name column distinctly from attribute name, | Mike Bayer | 2014-07-16 | 1 | -0/+14 |
* | - add a documentation section for naming conflicts, fixes #3129 | Mike Bayer | 2014-07-16 | 1 | -0/+44 |
* | - reinstate E123, E125, E128 | Mike Bayer | 2014-07-16 | 1 | -103/+146 |
* | - fully flake8 this file | Mike Bayer | 2014-07-15 | 1 | -234/+233 |
* | - Fixed a regression caused by :ticket:`2976` released in 0.9.4 where | Mike Bayer | 2014-07-15 | 1 | -11/+19 |
* | - Fixed a SQLite join rewriting issue where a subquery that is embedded | Mike Bayer | 2014-07-15 | 3 | -8/+12 |
* | - wrestle with conv() and tests some more | Mike Bayer | 2014-07-14 | 2 | -42/+53 |
* | - allow the compilation rule that gets the formatted name | Mike Bayer | 2014-07-14 | 3 | -14/+24 |
* | - Fix bug in naming convention feature where using a check | Mike Bayer | 2014-07-14 | 4 | -19/+49 |
* | - Fixed a regression from 0.9.5 caused by :ticket:`3025` where the | Mike Bayer | 2014-07-14 | 1 | -0/+3 |
* | - Added statement encoding to the "SET IDENTITY_INSERT" | Mike Bayer | 2014-07-14 | 2 | -6/+13 |
* | - In the SQL Server pyodbc dialect, repaired the implementation | Mike Bayer | 2014-07-14 | 1 | -1/+2 |
* | - Fixed a regression from 0.9.0 due to :ticket:`2736` where the | Mike Bayer | 2014-07-14 | 1 | -0/+1 |
* | -Fixed bug in common table expressions whereby positional bound | Mike Bayer | 2014-07-14 | 1 | -7/+10 |
* | - Fixed bug where multi-valued :class:`.Insert` construct would fail | Mike Bayer | 2014-07-14 | 1 | -2/+4 |
* | - Added a "str()" step to the dialect_kwargs iteration for | Mike Bayer | 2014-07-14 | 3 | -2/+10 |
* | Merge branch 'pep8' | Mike Bayer | 2014-07-13 | 36 | -851/+938 |
|\ |
|
| * | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 36 | -851/+938 |
* | | - Fixed bug in :class:`.Enum` and other :class:`.SchemaType` | Mike Bayer | 2014-07-13 | 2 | -8/+10 |
|/ |
|
* | - The :meth:`.TypeEngine.with_variant` method will now accept a | Mike Bayer | 2014-07-10 | 1 | -1/+1 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 161 | -161/+322 |
* | - support __only_on__ and __backend__ at the same time | Mike Bayer | 2014-07-09 | 1 | -15/+19 |
* | - Changed the default value of "raise_on_warnings" to False for | Mike Bayer | 2014-07-09 | 1 | -1/+3 |
* | - Fixed bug where "python setup.py test" wasn't calling into | Mike Bayer | 2014-07-09 | 1 | -0/+10 |
* | - The "evaulator" for query.update()/delete() won't work with multi-table | Mike Bayer | 2014-07-08 | 2 | -4/+15 |
* | - add postgresql_regconfig argument to PG dialect for match() operator, | jonathan vanasco | 2014-07-08 | 3 | -8/+60 |