summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* - repair get_foreign_table_names() for PGInsp/dialect levelpr128Mike Bayer2014-09-172-0/+45
* 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
* | | - Fixed bug where attribute "set" events or columns withMike Bayer2014-08-172-0/+16
|/ /
* | - changelog for pullreq github:125Mike Bayer2014-08-161-0/+10
* | - The :class:`.IdentityMap` exposed from :class:`.Session.identity`Mike Bayer2014-08-151-0/+8
* | - UPDATE statements can now be batched within an ORM flushMike Bayer2014-08-141-0/+11
* | - The string keys that are used to determine the columns impactedMike Bayer2014-08-141-0/+12
* | - Removing (or adding) an event listener at the same time that the eventMike Bayer2014-08-141-0/+11
* | on second thought we need to prioritize what really needs to beMike Bayer2014-08-141-7/+0
* | - updatesMike Bayer2014-08-141-1/+64
* | - The ``info`` parameter has been added to the constructor forMike Bayer2014-08-131-0/+17
* | - The :meth:`.InspectionAttr.info` collection is now moved down toMike Bayer2014-08-131-0/+10
* | - rename _InspectionAttr to InspectionAttrMike Bayer2014-08-131-1/+1