Fix spelling mistake
TrivialFix Change-Id: Ie6e5d3bf85a41ee7c5c3f2d79d9c604af4e3e69f
This commit is contained in:
parent
e6a59e2fe8
commit
b145bfe747
@ -38,7 +38,7 @@ class DeleteFromSelect(UpdateBase):
|
||||
self.column = column
|
||||
|
||||
|
||||
# NOTE(guochbo): some verions of MySQL doesn't yet support subquery with
|
||||
# NOTE(guochbo): some versions of MySQL doesn't yet support subquery with
|
||||
# 'LIMIT & IN/ALL/ANY/SOME' We need work around this with nesting select .
|
||||
@compiles(DeleteFromSelect)
|
||||
def visit_delete_from_select(element, compiler, **kw):
|
||||
|
Loading…
Reference in New Issue
Block a user