| Commit message (Expand) | Author | Age | Files | Lines |
| * | add simple tests for new name argument for Table.tometadata()pr/139 | ndparker | 2014-10-04 | 1 | -0/+44 |
| * | - Added new method :meth:`.Select.with_statement_hint` and ORM | Mike Bayer | 2014-09-18 | 1 | -0/+17 |
| * | - use compat.u for python3.2, fixes #3198 | Mike Bayer | 2014-09-15 | 1 | -2/+2 |
| * | - rework the previous "order by" system in terms of the new one, | Mike Bayer | 2014-09-08 | 1 | -0/+21 |
| * | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148 | Mike Bayer | 2014-09-07 | 2 | -2/+269 |
| * | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. | Mike Bayer | 2014-09-07 | 2 | -5/+85 |
| * | wip for #3148 | Mike Bayer | 2014-09-06 | 1 | -1/+27 |
| * | - tiny refactors #1-#5 | Mike Bayer | 2014-09-05 | 1 | -2/+45 |
| * | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -1/+1 |
| * | - add logic to compiler such that if stack is empty, we just | Mike Bayer | 2014-09-02 | 1 | -0/+5 |
| * | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 6 | -70/+281 |
| * | - optional 'b' here for py3k | Mike Bayer | 2014-08-31 | 1 | -1/+1 |
| * | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 1 | -2/+3 |
| * | - The INSERT...FROM SELECT construct now implies ``inline=True`` | Mike Bayer | 2014-08-20 | 2 | -2/+114 |
| * | - pep8 | Mike Bayer | 2014-08-20 | 1 | -16/+29 |
| * | - don't add the parent attach event within _on_table_attach | Mike Bayer | 2014-08-15 | 1 | -0/+14 |
| * | - The ``info`` parameter has been added to the constructor for | Mike Bayer | 2014-08-13 | 1 | -0/+65 |
| * | - Fixed bug in CTE where ``literal_binds`` compiler argument would not | Mike Bayer | 2014-08-02 | 1 | -0/+38 |
| * | - 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 |