mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-22 10:00:34 -04:00
Fix SQLite
This commit is contained in:
parent
3bc687508f
commit
afb6d9d53b
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class Sqlite3Engine(object):
|
||||||
return self.module.sqlite_version_info >= (3, 15, 0)
|
return self.module.sqlite_version_info >= (3, 15, 0)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def supports_any_list(self):
|
def supports_using_any_list(self):
|
||||||
"""Do we support using `a = ANY(?)` and passing a list
|
"""Do we support using `a = ANY(?)` and passing a list
|
||||||
"""
|
"""
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue