SqlBackend should use an Option type for connections
Opened this issue · 0 comments
mitalia commented
The SqlBackend is more java-like than Scala-like. It probably should use the Option type for connections instead of nulls. That being said, it may be necessary to hold off on this conversion until the unit tests are in better shape.