0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-27 12:09:06 +02:00

Fix SQLite

This commit is contained in:
Erik Johnston 2019-10-10 15:55:41 +01:00
parent 3bc687508f
commit afb6d9d53b

View file

@ -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