We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f80336 commit fa896cfCopy full SHA for fa896cf
1 file changed
psqlpy_piccolo/engine.py
@@ -427,7 +427,9 @@ def __init__(
427
f"pg_current_transaction_{database_name}",
428
default=None,
429
)
430
- super().__init__()
+ super().__init__(
431
+ engine_type=self.engine_type, min_version_number=self.min_version_number
432
+ )
433
434
@staticmethod
435
def _parse_raw_version_string(version_string: str) -> float:
0 commit comments