| Commit message (Expand) | Author | Age | Files | Lines |
| * | Public inspector method to load enum listpr/126 | Ilya Pekelny | 2014-08-08 | 1 | -2/+10 |
| * | DropEnumType class available from postgres dialect | Ilya Pekelny | 2014-08-08 | 1 | -2/+3 |
| * | -Fixed bug where Postgresql JSON type was not able to persist or | Mike Bayer | 2014-08-07 | 1 | -0/+29 |
| * | - add some docs to try to explain the behavior with MySQL / TIMESTAMP. | Mike Bayer | 2014-08-04 | 1 | -0/+91 |
| * | - Fixed bug in CTE where ``literal_binds`` compiler argument would not | Mike Bayer | 2014-08-02 | 1 | -1/+1 |
| * | - workaround removal of nested() in py3k | Mike Bayer | 2014-07-30 | 2 | -1/+35 |
| * | - repair test finding to not skip the test_suite tests | Mike Bayer | 2014-07-30 | 2 | -2/+1 |
| * | - 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 |
| |/ |
|