summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in config result.py docspr/274vytotas2016-05-161-1/+1
* Handle `SSL error: decryption failed or bad record mac`Iuri de Silvio2016-05-131-0/+1
* Fix label referencing in SQL Server OFFSET logicMike Bayer2016-05-102-1/+15
* Check for duplicate calls to register_attribute_implMike Bayer2016-05-101-3/+15
* Repair _orm_columns() to accommodate text()Mike Bayer2016-05-052-1/+3
* Merge remote-tracking branch 'origin/pr/267'Mike Bayer2016-05-041-8/+10
|\
| * Corrects some references in ORM documentation.pr/267Jeffrey Finkelstein2016-05-031-8/+10
* | Merge remote-tracking branch 'origin/pr/265'Mike Bayer2016-05-042-4/+4
|\ \ | |/ |/|
| * Let logging format messages on demand, use warning instead of deprecated warnpr/265Ville Skyttä2016-05-032-4/+4
* | 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