| Commit message (Expand) | Author | Age | Files | Lines |
| * | - don't load deferred columns on unexpire for merge with load=False, | Diana Clarke | 2016-04-06 | 1 | -4/+100 |
| * | - callcount refresh due to negative indexes change for nocext | Mike Bayer | 2016-03-31 | 1 | -247/+299 |
| * | - limit this to sqlite for now | Mike Bayer | 2016-03-30 | 1 | -0/+1 |
| * | - move all resultproxy tests intio test_resultset | Mike Bayer | 2016-03-30 | 2 | -333/+336 |
| * | - make sure negative row indexes are based on the size of the | Mike Bayer | 2016-03-30 | 1 | -14/+22 |
| * | Merge remote-tracking branch 'origin/pr/231' into pr231 | Mike Bayer | 2016-03-30 | 1 | -0/+19 |
| |\ |
|
| | * | - properly handle negative indexes in RowProxy.__getitem__()pr/231 | Lele Gaifax | 2016-01-28 | 1 | -0/+19 |
| * | | Merge remote-tracking branch 'origin/pr/230' | Mike Bayer | 2016-03-30 | 2 | -4/+35 |
| |\ \ |
|
| | * | | sqlite: reflect primary key constraint names, fixes #3629 | Diana Clarke | 2016-01-27 | 2 | -4/+35 |
| * | | | - Added :meth:`.Select.lateral` and related constructs to allow | Mike Bayer | 2016-03-29 | 1 | -0/+134 |
| * | | | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM. | Mike Bayer | 2016-03-28 | 3 | -0/+56 |
| * | | | - Added connection pool events :meth:`ConnectionEvents.close`, | Mike Bayer | 2016-03-25 | 1 | -0/+60 |
| * | | | - oracle doesn't release savepoints | Mike Bayer | 2016-03-24 | 1 | -1/+1 |
| * | | | - Further continuing on the common MySQL exception case of | Mike Bayer | 2016-03-23 | 1 | -2/+31 |
| * | | | - Fixed bug where the negation of an EXISTS expression would not | Mike Bayer | 2016-03-21 | 2 | -0/+42 |
| * | | | - Added basic isolation level support to the SQL Server dialects | Mike Bayer | 2016-03-15 | 2 | -1/+5 |
| * | | | - changelog and docs for #3332, fixes #3332 | Mike Bayer | 2016-03-15 | 1 | -23/+24 |
| * | | | Merge branch 'master' into pr157 | Mike Bayer | 2016-03-15 | 104 | -4399/+18566 |
| |\ \ \ |
|
| | * | | | - Fixed bug where a newly inserted instance that is rolled back | Mike Bayer | 2016-03-14 | 1 | -1/+25 |
| | * | | | - skip GC tests here when coverage is enabled, seems to interfere | Mike Bayer | 2016-03-08 | 1 | -1/+1 |
| | * | | | - move out unconsumed names tests from test_compiler out to test_insert, test... | Mike Bayer | 2016-03-02 | 3 | -48/+62 |
| | * | | | Add test for inserting multiple values | Athena Yao | 2016-03-02 | 1 | -0/+38 |
| | * | | | - Anonymous labeling is applied to a :attr:`.func` construct that is | Mike Bayer | 2016-02-26 | 1 | -1/+58 |
| | * | | | - An improvement to the workings of :meth:`.Query.correlate` such | Mike Bayer | 2016-02-25 | 1 | -3/+72 |
| | * | | | - additional adjustment to the fix made in 8ad968f33100baeb3b13c7e0b724b6b79a... | Mike Bayer | 2016-02-21 | 1 | -0/+40 |
| | * | | | - Fixed bug in "to_list" conversion where a single bytes object | Mike Bayer | 2016-02-21 | 1 | -1/+15 |
| | * | | | - update the mssql autoincrement reflection test to accommodate | Mike Bayer | 2016-02-20 | 1 | -27/+23 |
| | * | | | - reworked the way the "select_wraps_for" expression is | Mike Bayer | 2016-02-20 | 4 | -3/+75 |
| | * | | | - 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 |