| Commit message (Expand) | Author | Age | Files | Lines |
| * | - ensure all tests are named test_* | Mike Bayer | 2014-07-30 | 1 | -1/+1 |
| * | - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction with | Mike Bayer | 2014-07-29 | 1 | -2/+2 |
| * | - find the remaining not cleaning up correctly test | Mike Bayer | 2014-07-28 | 1 | -1/+2 |
| * | - add support for tags, including include/exclude support. | Mike Bayer | 2014-07-27 | 1 | -3/+0 |
| * | - scale up for mysql, sqlite | Mike Bayer | 2014-07-26 | 1 | -3/+3 |
| * | - Added a supported :meth:`.FunctionElement.alias` method to functions, | Mike Bayer | 2014-07-24 | 1 | -0/+51 |
| * | - update some SQL server tests, support | Mike Bayer | 2014-07-22 | 2 | -3/+9 |
| * | - update the flake8 rules again | Mike Bayer | 2014-07-18 | 25 | -3570/+4237 |
| * | - Fixed a SQLite join rewriting issue where a subquery that is embedded | Mike Bayer | 2014-07-15 | 1 | -1/+43 |
| * | - wrestle with conv() and tests some more | Mike Bayer | 2014-07-14 | 1 | -4/+24 |
| * | - allow the compilation rule that gets the formatted name | Mike Bayer | 2014-07-14 | 1 | -0/+19 |
| * | - Fix bug in naming convention feature where using a check | Mike Bayer | 2014-07-14 | 1 | -6/+80 |
| * | - In the SQL Server pyodbc dialect, repaired the implementation | Mike Bayer | 2014-07-14 | 1 | -0/+22 |
| * | -Fixed bug in common table expressions whereby positional bound | Mike Bayer | 2014-07-14 | 1 | -0/+36 |
| * | - Fixed bug where multi-valued :class:`.Insert` construct would fail | Mike Bayer | 2014-07-14 | 1 | -0/+41 |
| * | - Added a "str()" step to the dialect_kwargs iteration for | Mike Bayer | 2014-07-14 | 1 | -0/+13 |
| * | - adjust this to work on PG also | Mike Bayer | 2014-07-13 | 1 | -2/+3 |
| * | - Fixed bug in :class:`.Enum` and other :class:`.SchemaType` | Mike Bayer | 2014-07-13 | 2 | -0/+63 |
| * | - The :meth:`.TypeEngine.with_variant` method will now accept a | Mike Bayer | 2014-07-10 | 1 | -0/+7 |
| * | PEP8 tidy of subset of test/sql/*.pypr/103 | Tony Locke | 2014-07-07 | 4 | -602/+745 |
| * | pg8000 passing test/sql | Tony Locke | 2014-07-06 | 4 | -13/+16 |
| * | Merge pull request #99 from tlocke/master | mike bayer | 2014-07-06 | 1 | -234/+267 |
| |\ |
|
| | * | PEP8 tidy of test/sql/test_types.pypr/99 | Tony Locke | 2014-06-23 | 1 | -221/+256 |
| | * | pg8000 passing test/sql/test_types.py | Tony Locke | 2014-06-23 | 1 | -13/+11 |
| * | | - Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant` | Mike Bayer | 2014-06-27 | 1 | -1/+30 |
| |/ |
|
| * | - fix test failures | Mike Bayer | 2014-06-21 | 1 | -3/+3 |
| * | - The :paramref:`.Column.nullable` flag is implicitly set to ``False`` | Mike Bayer | 2014-06-20 | 1 | -0/+18 |
| * | - Fixed bug in INSERT..FROM SELECT construct where selecting from a | Mike Bayer | 2014-05-25 | 1 | -1/+19 |
| * | - Fixed bug in SQLite join rewriting where anonymized column names | Mike Bayer | 2014-05-25 | 2 | -1/+57 |
| * | - Fixed bug where the :meth:`.Operators.__and__`, | Mike Bayer | 2014-05-24 | 1 | -0/+49 |
| * | - more tests, including backend tests | Mike Bayer | 2014-05-16 | 1 | -0/+53 |
| * | - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete` | Mike Bayer | 2014-05-08 | 3 | -1/+33 |
| * | - Fixed bug where the combination of "limit" rendering as | Mike Bayer | 2014-04-30 | 1 | -0/+29 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 7 | -10/+10 |
| * | - Liberalized the contract for :class:`.Index` a bit in that you can | Mike Bayer | 2014-04-19 | 2 | -12/+102 |
| * | - Fixed bug in new :meth:`.DialectKWArgs.argument_for` method where | Mike Bayer | 2014-04-15 | 1 | -0/+11 |
| * | fix unclosed file ResourceWarning | Matt Chisholm | 2014-04-14 | 1 | -1/+2 |
| * | - Fixed regression introduced in 0.9 where new "ORDER BY <labelname>" | Mike Bayer | 2014-04-10 | 1 | -0/+9 |
| * | - reverse order of columns in sample CTEs as this is a UNION and the cols nee... | Mike Bayer | 2014-04-02 | 1 | -5/+5 |
| * | - Fixes to the newly enhanced boolean coercion in :ticket:`2804` where | Mike Bayer | 2014-04-01 | 1 | -3/+27 |
| * | - Added new flag :paramref:`.expression.between.symmetric`, when set to True | Mike Bayer | 2014-03-30 | 1 | -3/+43 |
| * | mark failing tests for buggy mysqlconnector | Mike Bayer | 2014-03-28 | 1 | -0/+21 |
| * | - add further coverage for join_condition to make sure we get this case where | Mike Bayer | 2014-03-28 | 1 | -0/+10 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 10 | -3/+65 |
| * | - Fixed a few errant ``u''`` strings that would prevent tests from passing | Mike Bayer | 2014-03-22 | 1 | -1/+1 |
| * | - Added support for literal rendering of boolean values, e.g. | Mike Bayer | 2014-03-13 | 1 | -43/+9 |
| * | - add more support for suite tests, moving some tests from test_query out to ... | Mike Bayer | 2014-03-13 | 1 | -153/+24 |
| * | :paramref:`.MetaData.naming_convention` feature will now also | Mike Bayer | 2014-03-12 | 1 | -0/+17 |
| * | - Fixed bug in new :paramref:`.MetaData.naming_convention` feature | Mike Bayer | 2014-03-12 | 1 | -1/+37 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 5 | -99/+9 |