From 71c47ac7ae7868095f6fbb61585a75292fd0ce0f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 6 Jul 2013 16:42:18 -0400 Subject: [PATCH] use "target tables" here --- doc/build/changelog/changelog_08.rst | 2 +- doc/build/changelog/changelog_09.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3