summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add window frame specificationpr/264Phillip Cloud2016-05-013-8/+64
* Fix pymssql sample URLMike Bayer2016-04-271-1/+1
* Merge remote-tracking branch 'origin/pr/263'Mike Bayer2016-04-271-7/+7
|\
| * Adds parentheses around prints in documentationpr/263jfinkels2016-04-271-7/+7
* | Don't double-process ResultMetaData for BufferedColumnResultProxyMike Bayer2016-04-271-9/+15
|/
* Fix result set handling for case insensitive dupe colsMike Bayer2016-04-211-0/+1
* Merge "Deprecate Mapper.order_by"mike bayer2016-04-191-0/+9
|\
| * Deprecate Mapper.order_byMike Bayer2016-04-191-0/+9
* | Rename Query._mapper_zero() to Query._entity_zero()Mike Bayer2016-04-191-17/+15
|/
* Merge "Add raise/raiseload relationship loading strategy"mike bayer2016-04-194-0/+65
|\
| * Add raise/raiseload relationship loading strategyAdrian Moennich2016-04-194-0/+65
* | Propagate hybrid properties / infoMike Bayer2016-04-181-1/+12
* | Honor hybrid property / method docstringsMike Bayer2016-04-181-5/+25
* | - Add support for PostgreSQL with PyGreSQLChristoph Zwerschke2016-04-153-2/+248
|/
* Merge remote-tracking branch 'origin/pr/257'Mike Bayer2016-04-081-1/+2
|\
| * Mention the correct way of adding multiple attributes which refer to the same...pr/257Eoghan Murray2016-04-071-1/+2
* | Fix typo from "addreses" to "addresses"Rachid Belaid2016-04-061-1/+1
|/
* 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