mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-27 11:01:44 -04:00
Removes garbage from the end of an example SQL query line.
This commit is contained in:
Vendored
+1
-1
@@ -419,7 +419,7 @@ so that the right hand side of the join between ``Company`` and ``manager_and_en
|
||||
is converted into an aliased subquery. Some backends, such as SQLite and older
|
||||
versions of MySQL can't handle a FROM clause of the following form::
|
||||
|
||||
FROM x JOIN (y JOIN z ON <onclause>) ON <onclause>`` - using ``aliased=True
|
||||
FROM x JOIN (y JOIN z ON <onclause>) ON <onclause>
|
||||
|
||||
Using ``aliased=True`` instead renders it more like::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user