Closed m1n0 closed 3 years ago
Dialects are controlling the mandatory abstract methods using RuntimeError - it would be neater to use abstract classes and methods, and it would prevent IDEs complaining about unreachable code after dialect.create_connection().
RuntimeError
dialect.create_connection()
Dialects are controlling the mandatory abstract methods using
RuntimeError
- it would be neater to use abstract classes and methods, and it would prevent IDEs complaining about unreachable code afterdialect.create_connection()
.