Skip to content
Snippets Groups Projects
Commit afb6d9d5 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix SQLite

parent 3bc68750
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ class Sqlite3Engine(object):
return self.module.sqlite_version_info >= (3, 15, 0)
@property
def supports_any_list(self):
def supports_using_any_list(self):
"""Do we support using `a = ANY(?)` and passing a list
"""
return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment