summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Convert readthedocs link for their .org -> .io migration for hosted projectspr/278Adam Chainz2016-05-291-1/+1
* Merge remote-tracking branch 'origin/pr/270'Mike Bayer2016-05-245-5/+5
|\
| * Spelling fixes: "an SQL" -> "a SQL", see #266pr/270Ville Skyttä2016-05-052-2/+2
| * Spelling fixes: "the a"Ville Skyttä2016-05-053-3/+3
* | Merge remote-tracking branch 'origin/pr/274'Mike Bayer2016-05-241-1/+1
|\ \
| * | Fix typo in config result.py docspr/274vytotas2016-05-161-1/+1
* | | Support "blank" schema when MetaData.schema is setMike Bayer2016-05-184-4/+51
* | | Merge "Accommodate "callable" bound param in evaluator"mike bayer2016-05-161-1/+4
|\ \ \
| * | | Accommodate "callable" bound param in evaluatorMike Bayer2016-05-161-1/+4
| |/ /
* | | Fix TypeError during cx_Oracle connectionJohn Vandenberg2016-05-161-3/+7
|/ /
* | 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