Open YohDeadfall opened 1 month ago
The idea is to make the connect_mut function which then can be used for mutating operations with SPI. That should be used instead of the current SqlClient passed by value and mut modifier in closure arguments.
connect_mut
SqlClient
mut
That's a breaking change, so waits till 0.13.
0.13
This one appears to have bitrotted a little bit. Yoh, if you wanna bring it back to life we can probably get it merged.
The idea is to make the
connect_mut
function which then can be used for mutating operations with SPI. That should be used instead of the currentSqlClient
passed by value andmut
modifier in closure arguments.That's a breaking change, so waits till
0.13
.