fn parse_lsn(result: &[Row]) -> Result<Lsn, SqlServerError>
Expand description
Parse an Lsn
from the first column of the provided tiberius::Row
.
Returns an error if the provided slice doesn’t have exactly one row.
fn parse_lsn(result: &[Row]) -> Result<Lsn, SqlServerError>
Parse an Lsn
from the first column of the provided tiberius::Row
.
Returns an error if the provided slice doesn’t have exactly one row.