From: Mike Bayer Date: Sat, 6 Jul 2013 20:42:44 +0000 (-0400) Subject: use "target tables" here X-Git-Tag: rel_0_8_3~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10c8867225f1f92b5eb88839b0b394b5ce8c560a;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..d6a0b69621 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 clauses to be operated upon, e.g.:: from sqlalchemy import insert, update, delete