mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-29 12:06:28 -04:00
Merge remote-tracking branch 'origin/pr/4626'
Change-Id: I2bf9e1bb44f11acd0d29bd1ab5e35b4c7b77c8dd
This commit is contained in:
Vendored
+1
-1
@@ -401,7 +401,7 @@ render the schema as ``user_schema_one``::
|
||||
The above code will invoke SQL on the database of the form::
|
||||
|
||||
SELECT user_schema_one.user.id, user_schema_one.user.name FROM
|
||||
user_schema.user
|
||||
user_schema_one.user
|
||||
|
||||
That is, the schema name is substituted with our translated name. The
|
||||
map can specify any number of target->destination schemas::
|
||||
|
||||
Reference in New Issue
Block a user