summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Docs: use the base layout when mako_layout=='epub'pr/133hiaselhans2014-09-072-1/+8
* - 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
* Merge branch 'pr126'Mike Bayer2014-08-131-0/+8
|\
| * - public method name is get_enums()Mike Bayer2014-08-131-0/+8
* | - changelog, fixes #3027Mike Bayer2014-08-091-0/+9
|/
* -Fixed bug where Postgresql JSON type was not able to persist orMike Bayer2014-08-071-0/+19
* - clarify docs that contains_eager() is included in the of_type() system,Mike Bayer2014-08-071-2/+5
* fix typo in cascade documentationpr/127Michael White2014-08-051-1/+1
* - Fixed bug in CTE where ``literal_binds`` compiler argument would notMike Bayer2014-08-021-0/+9
* - update the literal binds sectionMike Bayer2014-07-301-43/+24
* - The exception wrapping system for DBAPI errors can now accommodateMike Bayer2014-07-291-0/+11
* - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction withMike Bayer2014-07-291-0/+9
* - Fixed bug in :class:`.postgresql.array` object where comparisonMike Bayer2014-07-251-0/+10