| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typopr/249 | Benjamin Dopplinger | 2016-03-16 | 1 | -1/+1 |
| * | - Added basic isolation level support to the SQL Server dialects | Mike Bayer | 2016-03-15 | 2 | -0/+35 |
| * | - changelog and docs for #3332, fixes #3332 | Mike Bayer | 2016-03-15 | 2 | -0/+31 |
| * | - Fixed bug where a newly inserted instance that is rolled back | Mike Bayer | 2016-03-14 | 2 | -0/+107 |
| * | Update cascades.rstpr/246 | falkerson | 2016-03-09 | 1 | -1/+1 |
| * | - changelog for #3666, fixes #3666 | Mike Bayer | 2016-03-02 | 1 | -0/+9 |
| * | - Anonymous labeling is applied to a :attr:`.func` construct that is | Mike Bayer | 2016-02-26 | 1 | -0/+11 |
| * | - An improvement to the workings of :meth:`.Query.correlate` such | Mike Bayer | 2016-02-25 | 2 | -1/+80 |
| * | - Fixed bug in "to_list" conversion where a single bytes object | Mike Bayer | 2016-02-21 | 1 | -0/+9 |
| * | - reworked the way the "select_wraps_for" expression is | Mike Bayer | 2016-02-20 | 1 | -0/+26 |
| * | Add release date for 1.0.12 to changelogpr/241 | Jeff Widman | 2016-02-19 | 1 | -1/+1 |
| * | - Fixed bug which would cause an eagerly loaded many-to-one attribute | Mike Bayer | 2016-02-17 | 2 | -0/+104 |
| * | - All string formatting of bound parameter sets and result rows for | Mike Bayer | 2016-02-17 | 2 | -0/+55 |
| * | - add changelog, migration, version flags and some extra notes | Mike Bayer | 2016-02-16 | 3 | -0/+24 |
| * | - Fixed bug in :meth:`.Session.merge` where an object with a composite | Mike Bayer | 2016-02-11 | 1 | -0/+10 |
| * | - CTE functionality has been expanded to support all DML, allowing | Mike Bayer | 2016-02-11 | 3 | -0/+75 |
| * | - Fixed bug in :func:`.expression.text` construct where a double-colon | Mike Bayer | 2016-02-09 | 1 | -0/+8 |
| * | - A refinement to the logic which adds columns to the resulting SQL when | Mike Bayer | 2016-02-09 | 2 | -1/+59 |
| * | - fully hyperlink the docstring for make_transient | Mike Bayer | 2016-02-08 | 1 | -0/+1 |
| * | Fix typo in relationship persistance docs | Josh Friend | 2016-02-03 | 1 | -1/+1 |
| * | - add literal_binds for delete() statements in addition to insert()/update() | Mike Bayer | 2016-02-03 | 1 | -0/+10 |
| * | - changelog for #3621 fixes #3621 | Mike Bayer | 2016-02-02 | 1 | -0/+9 |
| * | - add changelog and migration notes for new Enum features, | Mike Bayer | 2016-02-02 | 2 | -0/+92 |
| * | - Fixed issue where inadvertent use of the Python ``__contains__`` | Mike Bayer | 2016-02-02 | 1 | -0/+11 |
| * | - The ``sqlalchemy.dialects.postgres`` module, long deprecated, is | Mike Bayer | 2016-01-29 | 2 | -1/+19 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 2 | -2/+2 |
| * | - revert the change first made in a6fe4dc, as we are now generalizing | Mike Bayer | 2016-01-28 | 1 | -0/+23 |
| * | fix %x string format to compatible with Python 3.5 | Ruilin Huang | 2016-01-27 | 1 | -1/+1 |
| * | fix %x string format to compatible with Python 3.5 | xghrl | 2016-01-27 | 1 | -1/+1 |
| * | - rework ColumnCollection to no longer persist "all_col_set"; we don't | Mike Bayer | 2016-01-26 | 1 | -0/+11 |
| * | - The workaround for right-nested joins on SQLite, where they are rewritten | Mike Bayer | 2016-01-26 | 2 | -4/+75 |
| * | - add a new qualifier "native" vs. "dbapi" unicode to avoid | Mike Bayer | 2016-01-24 | 1 | -2/+2 |
| * | - restate the "secondary" / AssociationProxy warning more strongly. | Mike Bayer | 2016-01-23 | 1 | -10/+52 |
| * | - documenation updates to clarify specific SQLite versions | Mike Bayer | 2016-01-21 | 1 | -1/+7 |
| * | - Added new parameter :paramref:`.orm.mapper.passive_deletes` to | Mike Bayer | 2016-01-20 | 4 | -1/+87 |
| * | - The unsupported Sybase dialect now raises ``NotImplementedError`` | Mike Bayer | 2016-01-20 | 1 | -0/+8 |
| * | - generalize the verbiage on LargeBinary so that it doesn't | Mike Bayer | 2016-01-20 | 1 | -2/+0 |
| * | - cross link for concrete helper classes | Mike Bayer | 2016-01-20 | 2 | -71/+20 |
| * | - typo | Mike Bayer | 2016-01-20 | 1 | -1/+1 |
| * | - redo the docs for concrete inheritance to more strongly | Mike Bayer | 2016-01-20 | 2 | -50/+241 |
| * | - clarify the "Adding" section also illustrates updates, fixes #2942 | Mike Bayer | 2016-01-20 | 1 | -3/+6 |
| * | - calling str() on a core sql construct has been made more "friendly", | Mike Bayer | 2016-01-19 | 2 | -0/+45 |
| * | - Fixed issue where two same-named relationships that refer to | Mike Bayer | 2016-01-19 | 2 | -0/+73 |
| * | - The ``str()`` call for :class:`.Query` will now take into account | Mike Bayer | 2016-01-19 | 2 | -1/+40 |
| * | - Fixed bug where some exception re-raise scenarios would attach | Mike Bayer | 2016-01-18 | 1 | -0/+8 |
| * | Merge remote-tracking branch 'origin/pr/227' | Mike Bayer | 2016-01-16 | 1 | -2/+2 |
| |\ |
|
| | * | Fix typo in relationships docspr/227 | rmn | 2016-01-16 | 1 | -2/+2 |
| * | | - fix People -> Person , fixes #3628 | Mike Bayer | 2016-01-16 | 1 | -1/+1 |
| |/ |
|
| * | - update | Mike Bayer | 2016-01-14 | 1 | -1/+1 |
| * | - illustrate these using the newer exception doctest format. | Mike Bayer | 2016-01-14 | 1 | -26/+8 |