From: Mike Bayer Date: Sat, 6 Jul 2013 20:42:18 +0000 (-0400) Subject: use "target tables" here X-Git-Tag: rel_0_9_0b1~192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71c47ac7ae7868095f6fbb61585a75292fd0ce0f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git use "target tables" here --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 972cf2ee73..afb0c4991e 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -18,7 +18,7 @@ :tags: feature, sql The :func:`.update`, :func:`.insert`, and :func:`.delete` constructs - will now interpret ORM entities as FROM clauses to be operated upon, + will now interpret ORM entities as target tables to be operated upon, e.g.:: from sqlalchemy import insert, update, delete diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index a4b0fb9d32..e46772b637 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -24,7 +24,7 @@ :tags: feature, sql The :func:`.update`, :func:`.insert`, and :func:`.delete` constructs - will now interpret ORM entities as FROM clauses to be operated upon, + will now interpret ORM entities as target tables to be operated upon, e.g.:: from sqlalchemy import insert, update, delete