summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* - changelog + migration, fixes #2670, fixes #3150, fixes #3149Mike Bayer2014-09-253-192/+356
* - The :mod:`sqlalchemy.ext.automap` extension will now setMike Bayer2014-09-221-0/+16
* - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-181-0/+13
* - Fixed an unlikely race condition observed in some exotic end-userMike Bayer2014-09-181-0/+11
* - Fixed bug that affected many classes of event, particularlyMike Bayer2014-09-181-0/+14
* - Added new method :meth:`.Select.with_statement_hint` and ORMMike Bayer2014-09-181-0/+8
* - Added support for the Oracle table option ON COMMIT. This is beingMike Bayer2014-09-172-6/+11
* - changelog for #3203; fixes #3203Mike Bayer2014-09-171-0/+14
* - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-172-0/+38
* Merge branch 'pr128'Mike Bayer2014-09-172-0/+45
|\
| * - repair get_foreign_table_names() for PGInsp/dialect levelpr128Mike Bayer2014-09-172-0/+45
* | - Fixed the version string detection in the pymssql dialect toMike Bayer2014-09-161-0/+9
|/
* Merge pull request #138 from BY-jk/mastermike bayer2014-09-161-0/+1
|\
| * Added EXASolution dialect to documentationpr/138Jan2014-09-161-0/+1
* | Updated documenation for engines.rstpr/135Jim Hokanson2014-09-141-1/+6
* | - Fixed warning that would emit when a complex self-referentialMike Bayer2014-09-111-1/+11
* | - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-101-0/+11
* | - for whatever reason, Insert.values() with multi values wasn'tMike Bayer2014-09-092-0/+28
* | - Added new event handlers :meth:`.AttributeEvents.init_collection`Mike Bayer2014-09-071-0/+9
* | - mako_layout isn't used, remove itMike Bayer2014-09-072-4/+4
* | Merge pull request #133 from hiaselhans/doc_epubmike bayer2014-09-072-1/+8
|\ \
| * | Docs: use the base layout when mako_layout=='epub'pr/133hiaselhans2014-09-072-1/+8
* | | - changelog and migration for #3188, #3148.Mike Bayer2014-09-072-1/+108
|/ /
* | - MySQL boolean symbols "true", "false" work again. 0.9's changeMike Bayer2014-09-052-0/+36
* | - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-1/+5
* | - The hostname-based connection format for SQL Server when usingMike Bayer2014-09-032-0/+32
* | - An adjustment to table/index reflection such that if an indexMike Bayer2014-09-021-0/+11
* | - reorganizeMike Bayer2014-09-011-434/+436
* | - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-015-4/+195
* | - more updates to text docs, literal_column, column etc. in prepMike Bayer2014-09-012-32/+157
* | - walk back these literal SQL lectures into something much more succinct.Mike Bayer2014-08-312-100/+23
* | - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-312-0/+64
* | - start encouraging the use of text() for injection of string-based SQLMike Bayer2014-08-312-15/+18
* | - alter the yield_per eager restriction such that joined many-to-one loadsMike Bayer2014-08-302-7/+22
* | - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per`Mike Bayer2014-08-292-0/+25
* | - we've got 25% improvement so let's talk about itMike Bayer2014-08-291-0/+48
* | - Changed the approach by which the "single inheritance criterion"Mike Bayer2014-08-292-0/+73
* | - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-283-2/+82
* | - Made a small adjustment to the mechanics of lazy loading,Mike Bayer2014-08-281-0/+12
* | - A new implementation for :class:`.KeyedTuple` used by theMike Bayer2014-08-282-0/+61
* | - The behavior of :paramref:`.joinedload.innerjoin` as well asMike Bayer2014-08-262-0/+62
* | - updates to migration / changelog for 1.0Mike Bayer2014-08-263-25/+164
* | - changelog for pr bitbucket:28Mike Bayer2014-08-251-0/+9
* | - changelog for pr bitbucket:27Mike Bayer2014-08-251-0/+10
* | - The "resurrect" ORM event has been removed. This event hook hadMike Bayer2014-08-251-0/+8
* | Merge branch 'pr129'Mike Bayer2014-08-231-0/+13
|\ \
| * | - pep8 formatting for pg table opts feature, testsMike Bayer2014-08-231-0/+13
* | | Add note on begin_nested requiring rollback/commitpr/131Gunnlaugur Þór Briem2014-08-211-1/+4
* | | - The INSERT...FROM SELECT construct now implies ``inline=True``Mike Bayer2014-08-201-0/+25
* | | - Fixed bug in connection pool logging where the "connection checked out"Mike Bayer2014-08-201-0/+11