Commit d445143
committed
fix: handle set_isolation_level gracefully
Whenever the sqlachemy tries to use set_isolation_level without it being defined it will cast `object has no attribute 'set_isolation_level'` instead of gracefully handling the error by explicitly raising it is not implemented.1 parent 07aa510 commit d445143
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
333 | 336 | | |
334 | 337 | | |
335 | 338 | | |
| |||
0 commit comments