Merge "Fix spelling mistake"
This commit is contained in:
commit
d32a487ed1
@ -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…
x
Reference in New Issue
Block a user