| Commit message (Expand) | Author | Age | Files | Lines |
| * | Docstring Fixpr/254 | Patrick | 2016-03-30 | 1 | -2/+2 |
| * | - changelog for #3629, fixes #3629 | Mike Bayer | 2016-03-30 | 2 | -0/+22 |
| * | Merge remote-tracking branch 'origin/pr/230' | Mike Bayer | 2016-03-30 | 3 | -5/+44 |
| |\ |
|
| | * | 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 | 3 | -5/+45 |
| * | | 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 | 11 | -10/+331 |
| * | | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM. | Mike Bayer | 2016-03-28 | 10 | -35/+163 |
| * | | - 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 | 4 | -22/+137 |
| * | | - 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 | 4 | -15/+116 |
| * | | 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 | 5 | -1/+64 |
| |/ / |
|
| * | | Fix typopr/249 | Benjamin Dopplinger | 2016-03-16 | 1 | -1/+1 |
| * | | - 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 | 6 | -1/+128 |
| * | | - changelog and docs for #3332, fixes #3332 | Mike Bayer | 2016-03-15 | 5 | -36/+94 |
| * | | Merge branch 'master' into pr157 | Mike Bayer | 2016-03-15 | 363 | -10581/+39843 |
| |\ \ |
|
| | * | | - 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 | 5 | -17/+163 |
| | * | | Adds documentation to Query.slice().pr/247 | jfinkels | 2016-03-13 | 1 | -3/+28 |
| | * | | Update cascades.rstpr/246 | falkerson | 2016-03-09 | 1 | -1/+1 |
| | * | | - skip GC tests here when coverage is enabled, seems to interfere | Mike Bayer | 2016-03-08 | 1 | -1/+1 |
| | * | | - not sure why MySQL DROP DBs fail but we can't just ignore the error | Mike Bayer | 2016-03-03 | 1 | -12/+3 |
| | * | | - move out unconsumed names tests from test_compiler out to test_insert, test... | Mike Bayer | 2016-03-02 | 3 | -48/+62 |
| | * | | - changelog for #3666, fixes #3666 | Mike Bayer | 2016-03-02 | 1 | -0/+9 |
| | * | | Add test for inserting multiple values | Athena Yao | 2016-03-02 | 1 | -0/+38 |
| | * | | 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 | 3 | -2/+70 |
| | * | | - An improvement to the workings of :meth:`.Query.correlate` such | Mike Bayer | 2016-02-25 | 4 | -9/+160 |
| | * | | - additional adjustment to the fix made in 8ad968f33100baeb3b13c7e0b724b6b79a... | Mike Bayer | 2016-02-21 | 2 | -1/+44 |
| | * | | - Fixed bug in "to_list" conversion where a single bytes object | Mike Bayer | 2016-02-21 | 4 | -3/+30 |
| | * | | - 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 | 9 | -16/+110 |
| | * | | Add release date for 1.0.12 to changelogpr/241 | Jeff Widman | 2016-02-19 | 1 | -1/+1 |
| | * | | - 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 | 4 | -9/+264 |
| | * | | - handle parameter sets that aren't correctly formed, so that | Mike Bayer | 2016-02-17 | 4 | -3/+33 |
| | * | | - do the trailing comma logic of tuple repr() exactly | Mike Bayer | 2016-02-17 | 2 | -4/+25 |
| | * | | - All string formatting of bound parameter sets and result rows for | Mike Bayer | 2016-02-17 | 5 | -14/+250 |
| | * | | - add changelog, migration, version flags and some extra notes | Mike Bayer | 2016-02-16 | 4 | -1/+65 |
| | * | | Merge remote-tracking branch 'origin/pr/236' | Mike Bayer | 2016-02-16 | 2 | -1/+556 |
| | |\ \ |
|
| | | * | | Add `sqlalchemy.ext.mutable.MutableSet`pr/236 | Jeong YunWon | 2016-02-13 | 2 | -1/+260 |
| | | * | | Add `sqlalchemy.ext.mutable.MutableList` | Jeong YunWon | 2016-02-13 | 2 | -1/+297 |
| | * | | | - 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 | 3 | -3/+63 |
| | * | | - CTE functionality has been expanded to support all DML, allowing | Mike Bayer | 2016-02-11 | 12 | -177/+503 |