We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1700a68 commit f9d335cCopy full SHA for f9d335c
text_2_sql/text_2_sql_core/src/text_2_sql_core/connectors/sql.py
@@ -37,8 +37,8 @@ def invalid_identifiers(self) -> list[str]:
37
"""Get the invalid identifiers upon which a sql query is rejected."""
38
pass
39
40
- @abstractmethod
41
@property
+ @abstractmethod
42
def engine_specific_fields(self) -> list[str]:
43
"""Get the engine specific fields."""
44
0 commit comments