| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add window frame specificationpr/264 | Phillip Cloud | 2016-05-01 | 1 | -1/+16 |
| * | Don't double-process ResultMetaData for BufferedColumnResultProxy | Mike Bayer | 2016-04-27 | 1 | -0/+11 |
| * | Simplify directed graph example | Mike Bayer | 2016-04-26 | 1 | -0/+8 |
| * | Fix result set handling for case insensitive dupe cols | Mike Bayer | 2016-04-21 | 1 | -0/+10 |
| * | Deprecate Mapper.order_by | Mike Bayer | 2016-04-19 | 2 | -0/+33 |
| * | Merge "Add raise/raiseload relationship loading strategy" | mike bayer | 2016-04-19 | 4 | -5/+67 |
| |\ |
|
| | * | Add raise/raiseload relationship loading strategy | Adrian Moennich | 2016-04-19 | 4 | -5/+67 |
| * | | Propagate hybrid properties / info | Mike Bayer | 2016-04-18 | 1 | -2/+18 |
| * | | Honor hybrid property / method docstrings | Mike Bayer | 2016-04-18 | 2 | -0/+58 |
| * | | - Add support for PostgreSQL with PyGreSQL | Christoph Zwerschke | 2016-04-15 | 3 | -5/+26 |
| |/ |
|
| * | Merge "- don't load deferred columns on unexpire for merge with load=False, f... | mike bayer | 2016-04-06 | 1 | -0/+8 |
| |\ |
|
| | * | - don't load deferred columns on unexpire for merge with load=False, | Diana Clarke | 2016-04-06 | 1 | -0/+8 |
| * | | Fix some broken links in docspr/255 | Ville Skyttä | 2016-04-04 | 2 | -3/+3 |
| |/ |
|
| * | - make sure negative row indexes are based on the size of the | Mike Bayer | 2016-03-30 | 2 | -0/+27 |
| * | - changelog for #3629, fixes #3629 | Mike Bayer | 2016-03-30 | 2 | -0/+22 |
| * | redundant "using the by changing" -> "using the"pr/253 | NestorTejero | 2016-03-30 | 1 | -1/+1 |
| * | - Added :meth:`.Select.lateral` and related constructs to allow | Mike Bayer | 2016-03-29 | 4 | -0/+118 |
| * | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM. | Mike Bayer | 2016-03-28 | 2 | -0/+29 |
| * | - Added connection pool events :meth:`ConnectionEvents.close`, | Mike Bayer | 2016-03-25 | 1 | -0/+7 |
| * | - Further continuing on the common MySQL exception case of | Mike Bayer | 2016-03-23 | 2 | -1/+54 |
| * | - Fixed bug where the negation of an EXISTS expression would not | Mike Bayer | 2016-03-21 | 1 | -0/+9 |
| * | 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 |