MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / dialect_cls

Method dialect_cls

test/dialect/oracle/test_dialect.py:975–976  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

973
974 @property
975 def dialect_cls(self):
976 raise NotImplementedError
977
978 def test_cx_oracle_service_name(self):
979 url_string = f"oracle+{self.name}://scott:tiger@host/?service_name=hr"

Callers 2

_test_db_optMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected