summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Mention the correct way of adding multiple attributes which refer to the same...pr/257Eoghan Murray2016-04-071-1/+2
* Merge "- don't load deferred columns on unexpire for merge with load=False, f...mike bayer2016-04-063-2/+20
|\
| * - don't load deferred columns on unexpire for merge with load=False,Diana Clarke2016-04-063-2/+20
* | Fix some broken links in docspr/255Ville Skyttä2016-04-041-1/+1
|/
* - make sure negative row indexes are based on the size of theMike Bayer2016-03-301-1/+4
* Merge remote-tracking branch 'origin/pr/231' into pr231Mike Bayer2016-03-302-1/+12
|\
| * - properly handle negative indexes in RowProxy.__getitem__()pr/231Lele Gaifax2016-01-282-1/+12
* | Merge remote-tracking branch 'origin/pr/230'Mike Bayer2016-03-301-1/+9
|\ \
| * | same logic, but without the inner functionpr/230Diana Clarke2016-01-281-4/+3
| * | sqlite: reflect primary key constraint names, fixes #3629Diana Clarke2016-01-271-1/+10
* | | - Added :meth:`.Select.lateral` and related constructs to allowMike Bayer2016-03-296-10/+79
* | | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-285-35/+78
* | | - remember to not reassign self.connection now that __connect()Mike Bayer2016-03-251-2/+2
* | | - Added connection pool events :meth:`ConnectionEvents.close`,Mike Bayer2016-03-252-22/+70
* | | - Further continuing on the common MySQL exception case ofMike Bayer2016-03-231-12/+31
* | | Merge remote-tracking branch 'origin/pr/251'Mike Bayer2016-03-211-1/+1
|\ \ \
| * | | ReST fix: missing backtickpr/251Marius Gedminas2016-03-211-1/+1
* | | | - Fixed bug where the negation of an EXISTS expression would notMike Bayer2016-03-212-1/+13
|/ / /
* | | - ensure engine is restored even if we had a failure in cleanupMike Bayer2016-03-151-3/+5
* | | - Added basic isolation level support to the SQL Server dialectsMike Bayer2016-03-152-0/+88
* | | - changelog and docs for #3332, fixes #3332Mike Bayer2016-03-152-13/+39
* | | Merge branch 'master' into pr157Mike Bayer2016-03-15186-5016/+12327
|\ \ \
| * | | - add notes for pyodbc limitations with rowcount fixes #3675Mike Bayer2016-03-152-0/+41
| * | | - Fixed bug where a newly inserted instance that is rolled backMike Bayer2016-03-142-16/+31
| * | | Adds documentation to Query.slice().pr/247jfinkels2016-03-131-3/+28
| * | | - not sure why MySQL DROP DBs fail but we can't just ignore the errorMike Bayer2016-03-031-12/+3
| * | | Raise exception when we have multiple values with an unknown column. Fixes #3...Athena Yao2016-03-021-1/+1
| * | | - unfortunately calling upon "_label" here makes it unclear ifMike Bayer2016-02-261-2/+4
| * | | - Anonymous labeling is applied to a :attr:`.func` construct that isMike Bayer2016-02-261-1/+1
| * | | - An improvement to the workings of :meth:`.Query.correlate` suchMike Bayer2016-02-251-5/+8
| * | | - additional adjustment to the fix made in 8ad968f33100baeb3b13c7e0b724b6b79a...Mike Bayer2016-02-211-1/+4
| * | | - Fixed bug in "to_list" conversion where a single bytes objectMike Bayer2016-02-212-2/+6
| * | | - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-204-13/+9
| * | | - further edit the unnest() example to suit PG's esoteric requirementsMike Bayer2016-02-181-4/+6
| * | | - Fixed bug which would cause an eagerly loaded many-to-one attributeMike Bayer2016-02-171-7/+13
| * | | - handle parameter sets that aren't correctly formed, so thatMike Bayer2016-02-173-2/+6
| * | | - do the trailing comma logic of tuple repr() exactlyMike Bayer2016-02-171-4/+7
| * | | - All string formatting of bound parameter sets and result rows forMike Bayer2016-02-172-13/+110
| * | | - add changelog, migration, version flags and some extra notesMike Bayer2016-02-161-1/+41
| * | | Merge remote-tracking branch 'origin/pr/236'Mike Bayer2016-02-161-0/+144
| |\ \ \
| | * | | Add `sqlalchemy.ext.mutable.MutableSet`pr/236Jeong YunWon2016-02-131-0/+65
| | * | | Add `sqlalchemy.ext.mutable.MutableList`Jeong YunWon2016-02-131-0/+79
| * | | | - use same colname as the alias we give to the PG functionMike Bayer2016-02-161-2/+2
| |/ / /
| * | | - Fixed bug in :meth:`.Session.merge` where an object with a compositeMike Bayer2016-02-111-2/+3
| * | | - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-117-173/+275
| * | | - add more documentation to MutableDict explainingMike Bayer2016-02-101-0/+12
| * | | - don't drop the ts1/ts2 databases without seeing the primary DB,Mike Bayer2016-02-091-6/+21
| * | | - A refinement to the logic which adds columns to the resulting SQL whenMike Bayer2016-02-092-15/+33
| * | | - Testing reveals that we have *no* weak references to any cx_Oracle connecti...Mike Bayer2016-02-081-9/+32
| * | | - use config-based test schemaMike Bayer2016-02-081-5/+5