Remove pointless fetch_results param
This commit is contained in:
parent
fb16ee5a31
commit
ae96ad872f
|
@ -80,7 +80,7 @@ class BaseDatabaseSchemaEditor(object):
|
||||||
|
|
||||||
# Core utility functions
|
# Core utility functions
|
||||||
|
|
||||||
def execute(self, sql, params=[], fetch_results=False):
|
def execute(self, sql, params=[]):
|
||||||
"""
|
"""
|
||||||
Executes the given SQL statement, with optional parameters.
|
Executes the given SQL statement, with optional parameters.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue