| Commit message (Expand) | Author | Age | Files | Lines |
| * | - transfer func.__doc__ to expr.__doc__ for hybrid_methodpr238pr/239 | Mike Bayer | 2016-02-18 | 1 | -0/+12 |
| * | - and re-adjust this test now that we only cover one level | Mike Bayer | 2016-02-18 | 1 | -3/+2 |
| * | - add a new test suite based on the Amount hybrid blog post; | Mike Bayer | 2016-02-18 | 1 | -2/+222 |
| * | - additional test adjustments. need to review carefully the | Mike Bayer | 2016-02-18 | 1 | -5/+11 |
| * | - add another layer of Comparator to wrap expressions | Mike Bayer | 2016-02-18 | 1 | -11/+14 |
| * | Failing test for documenting @hybrid_property with .expression | David Baumgold | 2016-02-18 | 1 | -0/+13 |
| * | Proxy docstring along to hybrid_property and hybrid_method | David Baumgold | 2016-02-18 | 1 | -0/+14 |
| * | - Fixed bug which would cause an eagerly loaded many-to-one attribute | Mike Bayer | 2016-02-17 | 1 | -2/+147 |
| * | - handle parameter sets that aren't correctly formed, so that | Mike Bayer | 2016-02-17 | 1 | -1/+27 |
| * | - do the trailing comma logic of tuple repr() exactly | Mike Bayer | 2016-02-17 | 1 | -0/+18 |
| * | - All string formatting of bound parameter sets and result rows for | Mike Bayer | 2016-02-17 | 1 | -1/+85 |
| * | Add `sqlalchemy.ext.mutable.MutableSet`pr/236 | Jeong YunWon | 2016-02-13 | 1 | -1/+195 |
| * | Add `sqlalchemy.ext.mutable.MutableList` | Jeong YunWon | 2016-02-13 | 1 | -1/+218 |
| * | - Fixed bug in :meth:`.Session.merge` where an object with a composite | Mike Bayer | 2016-02-11 | 1 | -1/+50 |
| * | - CTE functionality has been expanded to support all DML, allowing | Mike Bayer | 2016-02-11 | 2 | -4/+153 |
| * | - Fixed bug in :func:`.expression.text` construct where a double-colon | Mike Bayer | 2016-02-09 | 1 | -0/+11 |
| * | - A refinement to the logic which adds columns to the resulting SQL when | Mike Bayer | 2016-02-09 | 1 | -7/+137 |
| * | - add missing __backend__ directives for SQL server | Mike Bayer | 2016-02-08 | 2 | -0/+6 |
| * | - add missing __backend__ directives so that oracle tests actually run with -... | Mike Bayer | 2016-02-08 | 1 | -0/+17 |
| * | - detect "Enterprise" and assume compression stuff isn't available | Mike Bayer | 2016-02-08 | 1 | -0/+6 |
| * | - adjust the MultiSchemaTest to handle multiple test_schemas / processes at the | Mike Bayer | 2016-02-08 | 1 | -5/+6 |
| * | - adjust to allow dblink tests to work with multiprocess users. | Mike Bayer | 2016-02-08 | 1 | -9/+3 |
| * | - add literal_binds for delete() statements in addition to insert()/update() | Mike Bayer | 2016-02-03 | 1 | -16/+25 |
| * | fix passing literal_binds flag through for update and insertpr/232 | Tim Tate | 2016-02-02 | 1 | -0/+16 |
| * | - test fixes for metadata.enums value now being a list | Mike Bayer | 2016-02-02 | 2 | -24/+20 |
| * | - add changelog and migration notes for new Enum features, | Mike Bayer | 2016-02-02 | 2 | -36/+158 |
| * | - Initial implementation of support for PEP-435 enumerated types | Alex Grönholm | 2016-02-02 | 1 | -29/+56 |
| * | - Fixed issue where inadvertent use of the Python ``__contains__`` | Mike Bayer | 2016-02-02 | 2 | -1/+32 |
| * | - The ``sqlalchemy.dialects.postgres`` module, long deprecated, is | Mike Bayer | 2016-01-29 | 1 | -0/+10 |
| * | - revert the change first made in a6fe4dc, as we are now generalizing | Mike Bayer | 2016-01-28 | 4 | -4/+61 |
| * | - restore the use of PYTHONNOUSERSITE that was removed | Mike Bayer | 2016-01-27 | 1 | -0/+6 |
| * | - rework ColumnCollection to no longer persist "all_col_set"; we don't | Mike Bayer | 2016-01-26 | 1 | -0/+19 |
| * | - The workaround for right-nested joins on SQLite, where they are rewritten | Mike Bayer | 2016-01-26 | 2 | -93/+146 |
| * | - add a new qualifier "native" vs. "dbapi" unicode to avoid | Mike Bayer | 2016-01-24 | 1 | -468/+404 |
| * | - fix array test that was essentially taking a weird guess | Mike Bayer | 2016-01-23 | 1 | -2/+2 |
| * | - fix stray connection | Mike Bayer | 2016-01-23 | 1 | -1/+4 |
| * | - use regex here, columns dont matter, keep coming up with different orderings | Mike Bayer | 2016-01-23 | 1 | -3/+3 |
| * | - native unicode expectations are too difficult to maintain | Mike Bayer | 2016-01-23 | 1 | -60/+0 |
| * | - move out match compiler test to test_compiler | Mike Bayer | 2016-01-23 | 2 | -23/+11 |
| * | - make this test deterministic | Mike Bayer | 2016-01-21 | 1 | -3/+3 |
| * | - add a forwards-test here as well | Mike Bayer | 2016-01-21 | 1 | -0/+4 |
| * | - documenation updates to clarify specific SQLite versions | Mike Bayer | 2016-01-21 | 1 | -10/+20 |
| * | - Added new parameter :paramref:`.orm.mapper.passive_deletes` to | Mike Bayer | 2016-01-20 | 1 | -0/+236 |
| * | - The unsupported Sybase dialect now raises ``NotImplementedError`` | Mike Bayer | 2016-01-20 | 1 | -3/+11 |
| * | - calling str() on a core sql construct has been made more "friendly", | Mike Bayer | 2016-01-19 | 3 | -9/+79 |
| * | - Fixed issue where two same-named relationships that refer to | Mike Bayer | 2016-01-19 | 1 | -0/+39 |
| * | - The ``str()`` call for :class:`.Query` will now take into account | Mike Bayer | 2016-01-19 | 1 | -2/+66 |
| * | - Fixed bug where some exception re-raise scenarios would attach | Mike Bayer | 2016-01-18 | 1 | -0/+59 |
| * | - A deep improvement to the recently added :meth:`.TextClause.columns` | Mike Bayer | 2016-01-14 | 4 | -387/+549 |
| * | - there was a DATEPART test after all, fix format | Mike Bayer | 2016-01-14 | 1 | -1/+1 |