| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mention the correct way of adding multiple attributes which refer to the same...pr/257 | Eoghan Murray | 2016-04-07 | 1 | -1/+2 |
| * | Merge "- don't load deferred columns on unexpire for merge with load=False, f... | mike bayer | 2016-04-06 | 3 | -2/+20 |
| |\ |
|
| | * | - don't load deferred columns on unexpire for merge with load=False, | Diana Clarke | 2016-04-06 | 3 | -2/+20 |
| * | | Fix some broken links in docspr/255 | Ville Skyttä | 2016-04-04 | 1 | -1/+1 |
| |/ |
|
| * | - make sure negative row indexes are based on the size of the | Mike Bayer | 2016-03-30 | 1 | -1/+4 |
| * | Merge remote-tracking branch 'origin/pr/231' into pr231 | Mike Bayer | 2016-03-30 | 2 | -1/+12 |
| |\ |
|
| | * | - properly handle negative indexes in RowProxy.__getitem__()pr/231 | Lele Gaifax | 2016-01-28 | 2 | -1/+12 |
| * | | Merge remote-tracking branch 'origin/pr/230' | Mike Bayer | 2016-03-30 | 1 | -1/+9 |
| |\ \ |
|
| | * | | same logic, but without the inner functionpr/230 | Diana Clarke | 2016-01-28 | 1 | -4/+3 |
| | * | | sqlite: reflect primary key constraint names, fixes #3629 | Diana Clarke | 2016-01-27 | 1 | -1/+10 |
| * | | | - Added :meth:`.Select.lateral` and related constructs to allow | Mike Bayer | 2016-03-29 | 6 | -10/+79 |
| * | | | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM. | Mike Bayer | 2016-03-28 | 5 | -35/+78 |
| * | | | - remember to not reassign self.connection now that __connect() | Mike Bayer | 2016-03-25 | 1 | -2/+2 |
| * | | | - Added connection pool events :meth:`ConnectionEvents.close`, | Mike Bayer | 2016-03-25 | 2 | -22/+70 |
| * | | | - Further continuing on the common MySQL exception case of | Mike Bayer | 2016-03-23 | 1 | -12/+31 |
| * | | | Merge remote-tracking branch 'origin/pr/251' | Mike Bayer | 2016-03-21 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | ReST fix: missing backtickpr/251 | Marius Gedminas | 2016-03-21 | 1 | -1/+1 |
| * | | | | - Fixed bug where the negation of an EXISTS expression would not | Mike Bayer | 2016-03-21 | 2 | -1/+13 |
| |/ / / |
|
| * | | | - ensure engine is restored even if we had a failure in cleanup | Mike Bayer | 2016-03-15 | 1 | -3/+5 |
| * | | | - Added basic isolation level support to the SQL Server dialects | Mike Bayer | 2016-03-15 | 2 | -0/+88 |
| * | | | - changelog and docs for #3332, fixes #3332 | Mike Bayer | 2016-03-15 | 2 | -13/+39 |
| * | | | Merge branch 'master' into pr157 | Mike Bayer | 2016-03-15 | 186 | -5016/+12327 |
| |\ \ \ |
|
| | * | | | - add notes for pyodbc limitations with rowcount fixes #3675 | Mike Bayer | 2016-03-15 | 2 | -0/+41 |
| | * | | | - Fixed bug where a newly inserted instance that is rolled back | Mike Bayer | 2016-03-14 | 2 | -16/+31 |
| | * | | | Adds documentation to Query.slice().pr/247 | jfinkels | 2016-03-13 | 1 | -3/+28 |
| | * | | | - not sure why MySQL DROP DBs fail but we can't just ignore the error | Mike Bayer | 2016-03-03 | 1 | -12/+3 |
| | * | | | Raise exception when we have multiple values with an unknown column. Fixes #3... | Athena Yao | 2016-03-02 | 1 | -1/+1 |
| | * | | | - unfortunately calling upon "_label" here makes it unclear if | Mike Bayer | 2016-02-26 | 1 | -2/+4 |
| | * | | | - Anonymous labeling is applied to a :attr:`.func` construct that is | Mike Bayer | 2016-02-26 | 1 | -1/+1 |
| | * | | | - An improvement to the workings of :meth:`.Query.correlate` such | Mike Bayer | 2016-02-25 | 1 | -5/+8 |
| | * | | | - additional adjustment to the fix made in 8ad968f33100baeb3b13c7e0b724b6b79a... | Mike Bayer | 2016-02-21 | 1 | -1/+4 |
| | * | | | - Fixed bug in "to_list" conversion where a single bytes object | Mike Bayer | 2016-02-21 | 2 | -2/+6 |
| | * | | | - reworked the way the "select_wraps_for" expression is | Mike Bayer | 2016-02-20 | 4 | -13/+9 |
| | * | | | - further edit the unnest() example to suit PG's esoteric requirements | Mike Bayer | 2016-02-18 | 1 | -4/+6 |
| | * | | | - Fixed bug which would cause an eagerly loaded many-to-one attribute | Mike Bayer | 2016-02-17 | 1 | -7/+13 |
| | * | | | - handle parameter sets that aren't correctly formed, so that | Mike Bayer | 2016-02-17 | 3 | -2/+6 |
| | * | | | - do the trailing comma logic of tuple repr() exactly | Mike Bayer | 2016-02-17 | 1 | -4/+7 |
| | * | | | - All string formatting of bound parameter sets and result rows for | Mike Bayer | 2016-02-17 | 2 | -13/+110 |
| | * | | | - add changelog, migration, version flags and some extra notes | Mike Bayer | 2016-02-16 | 1 | -1/+41 |
| | * | | | Merge remote-tracking branch 'origin/pr/236' | Mike Bayer | 2016-02-16 | 1 | -0/+144 |
| | |\ \ \ |
|
| | | * | | | Add `sqlalchemy.ext.mutable.MutableSet`pr/236 | Jeong YunWon | 2016-02-13 | 1 | -0/+65 |
| | | * | | | Add `sqlalchemy.ext.mutable.MutableList` | Jeong YunWon | 2016-02-13 | 1 | -0/+79 |
| | * | | | | - use same colname as the alias we give to the PG function | Mike Bayer | 2016-02-16 | 1 | -2/+2 |
| | |/ / / |
|
| | * | | | - Fixed bug in :meth:`.Session.merge` where an object with a composite | Mike Bayer | 2016-02-11 | 1 | -2/+3 |
| | * | | | - CTE functionality has been expanded to support all DML, allowing | Mike Bayer | 2016-02-11 | 7 | -173/+275 |
| | * | | | - add more documentation to MutableDict explaining | Mike Bayer | 2016-02-10 | 1 | -0/+12 |
| | * | | | - don't drop the ts1/ts2 databases without seeing the primary DB, | Mike Bayer | 2016-02-09 | 1 | -6/+21 |
| | * | | | - A refinement to the logic which adds columns to the resulting SQL when | Mike Bayer | 2016-02-09 | 2 | -15/+33 |
| | * | | | - Testing reveals that we have *no* weak references to any cx_Oracle connecti... | Mike Bayer | 2016-02-08 | 1 | -9/+32 |
| | * | | | - use config-based test schema | Mike Bayer | 2016-02-08 | 1 | -5/+5 |