Skip to content

Commit ff8aa40

Browse files
fix: add name to dialect (#259)
1 parent 2bd10c5 commit ff8aa40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airtabledb/dialect.py

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ def extract_query_host(
5050

5151

5252
class APSWAirtableDialect(APSWDialect):
53+
name = "airtable"
54+
5355
supports_statement_cache = True
5456

5557
def __init__(

0 commit comments

Comments
 (0)