Commit da251e7
committed
Fix ReservedSql type to extend ISql instead of Sql
ReservedSql incorrectly extends Sql, exposing methods like begin(),
listen(), subscribe(), reserve(), end(), etc. that do not exist at
runtime on reserved connections. Change it to extend ISql, matching
the approach used for TransactionSql.
Fixes #7131 parent 5d9f86e commit da251e7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
727 | 727 | | |
728 | 728 | | |
729 | 729 | | |
730 | | - | |
| 730 | + | |
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
| |||
0 commit comments