summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* fix %x string format to compatible with Python 3.5Ruilin Huang2016-01-271-1/+1
* fix %x string format to compatible with Python 3.5xghrl2016-01-271-1/+1
* - rework ColumnCollection to no longer persist "all_col_set"; we don'tMike Bayer2016-01-261-0/+11
* - The workaround for right-nested joins on SQLite, where they are rewrittenMike Bayer2016-01-262-4/+75
* - add a new qualifier "native" vs. "dbapi" unicode to avoidMike Bayer2016-01-241-2/+2
* - restate the "secondary" / AssociationProxy warning more strongly.Mike Bayer2016-01-231-10/+52
* - documenation updates to clarify specific SQLite versionsMike Bayer2016-01-211-1/+7
* - Added new parameter :paramref:`.orm.mapper.passive_deletes` toMike Bayer2016-01-204-1/+87
* - The unsupported Sybase dialect now raises ``NotImplementedError``Mike Bayer2016-01-201-0/+8
* - generalize the verbiage on LargeBinary so that it doesn'tMike Bayer2016-01-201-2/+0
* - cross link for concrete helper classesMike Bayer2016-01-202-71/+20
* - typoMike Bayer2016-01-201-1/+1
* - redo the docs for concrete inheritance to more stronglyMike Bayer2016-01-202-50/+241
* - clarify the "Adding" section also illustrates updates, fixes #2942Mike Bayer2016-01-201-3/+6
* - calling str() on a core sql construct has been made more "friendly",Mike Bayer2016-01-192-0/+45
* - Fixed issue where two same-named relationships that refer toMike Bayer2016-01-192-0/+73
* - The ``str()`` call for :class:`.Query` will now take into accountMike Bayer2016-01-192-1/+40
* - Fixed bug where some exception re-raise scenarios would attachMike Bayer2016-01-181-0/+8
* Merge remote-tracking branch 'origin/pr/227'Mike Bayer2016-01-161-2/+2
|\
| * Fix typo in relationships docspr/227rmn2016-01-161-2/+2
* | - fix People -> Person , fixes #3628Mike Bayer2016-01-161-1/+1
|/
* - updateMike Bayer2016-01-141-1/+1
* - illustrate these using the newer exception doctest format.Mike Bayer2016-01-141-26/+8
* - A deep improvement to the recently added :meth:`.TextClause.columns`Mike Bayer2016-01-145-58/+333
* - changelog for pr bitbucket:70, fixes #3624Mike Bayer2016-01-121-0/+9
* - fix link to types in metadata, fixes #3618Mike Bayer2016-01-103-3/+3
* Merge remote-tracking branch 'origin/pr/225'Mike Bayer2016-01-101-1/+1
|\
| * Update SQLAlchemy-Migrate link to the new repopr/225Jeff Widman2015-12-241-1/+1
* | Fix typo in session docspr/226Adrian Moennich2016-01-091-1/+1
* | - Fixed regression since 0.9 where the 0.9 style loader optionsMike Bayer2016-01-091-0/+10
* | - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-083-0/+115
* | - Added a new entrypoint system to the engine to allow "plugins" toMike Bayer2016-01-062-0/+16
* | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-065-109/+185
* | - dont forwards-report tons of 1.0.x changes in the unreleased 1.1;Mike Bayer2016-01-052-41/+10
* | - Fixed 1.0 regression where the eager fetch of cursor.rowcount wasMike Bayer2016-01-051-0/+16
|/
* - Fixed an assertion that would raise somewhat inappropriatelyMike Bayer2015-12-231-0/+10
* - release date for 1.0.11Mike Bayer2015-12-221-0/+1
* - An adjustment to the regular expression used to parse MySQL views,Mike Bayer2015-12-221-0/+10
* - changelog for pullreq github:222Mike Bayer2015-12-221-0/+9
* - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`,Mike Bayer2015-12-171-0/+8
* Make docs listing of param order for event.listen match the codepr/224Jeff Widman2015-12-171-3/+3
* some spelling fixesjonathan vanasco2015-12-161-1/+1
* - Fixed bug in baked loader system where the systemwide monkeypatchMike Bayer2015-12-151-0/+11
* - hyperlink default-related parametersMike Bayer2015-12-151-10/+10
* - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` whereMike Bayer2015-12-151-0/+10
* - a few tweaks to allow "server_defaults" to be a little more linkable;Mike Bayer2015-12-142-5/+2
* - Fixed bug where :meth:`.Session.bulk_update_mappings` and relatedMike Bayer2015-12-141-0/+11
* - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-141-0/+21
* - Fixed bug where use of the :meth:`.Query.select_from` method wouldMike Bayer2015-12-121-0/+12
* 1.0.10Mike Bayer2015-12-111-0/+1