summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix typopr/249Benjamin Dopplinger2016-03-161-1/+1
* - Added basic isolation level support to the SQL Server dialectsMike Bayer2016-03-152-0/+35
* - changelog and docs for #3332, fixes #3332Mike Bayer2016-03-152-0/+31
* - Fixed bug where a newly inserted instance that is rolled backMike Bayer2016-03-142-0/+107
* Update cascades.rstpr/246falkerson2016-03-091-1/+1
* - changelog for #3666, fixes #3666Mike Bayer2016-03-021-0/+9
* - Anonymous labeling is applied to a :attr:`.func` construct that isMike Bayer2016-02-261-0/+11
* - An improvement to the workings of :meth:`.Query.correlate` suchMike Bayer2016-02-252-1/+80
* - Fixed bug in "to_list" conversion where a single bytes objectMike Bayer2016-02-211-0/+9
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-201-0/+26
* Add release date for 1.0.12 to changelogpr/241Jeff Widman2016-02-191-1/+1
* - Fixed bug which would cause an eagerly loaded many-to-one attributeMike Bayer2016-02-172-0/+104
* - All string formatting of bound parameter sets and result rows forMike Bayer2016-02-172-0/+55
* - add changelog, migration, version flags and some extra notesMike Bayer2016-02-163-0/+24
* - Fixed bug in :meth:`.Session.merge` where an object with a compositeMike Bayer2016-02-111-0/+10
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-113-0/+75
* - Fixed bug in :func:`.expression.text` construct where a double-colonMike Bayer2016-02-091-0/+8
* - A refinement to the logic which adds columns to the resulting SQL whenMike Bayer2016-02-092-1/+59
* - fully hyperlink the docstring for make_transientMike Bayer2016-02-081-0/+1
* Fix typo in relationship persistance docsJosh Friend2016-02-031-1/+1
* - add literal_binds for delete() statements in addition to insert()/update()Mike Bayer2016-02-031-0/+10
* - changelog for #3621 fixes #3621Mike Bayer2016-02-021-0/+9
* - add changelog and migration notes for new Enum features,Mike Bayer2016-02-022-0/+92
* - Fixed issue where inadvertent use of the Python ``__contains__``Mike Bayer2016-02-021-0/+11
* - The ``sqlalchemy.dialects.postgres`` module, long deprecated, isMike Bayer2016-01-292-1/+19
* - happy new yearMike Bayer2016-01-292-2/+2
* - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-281-0/+23
* 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