v0.2.2
- Bound the lifetime of
TableRow: IntoColumn
to the lifetime of the transaction.
Without the bound it was possible to sneakTableRow
s into following transacions.
query_one
now checks that its input lives for as long as the transaction.
To make sure thatquery_one
still checks that the dummy is "global", the transaction now has an invariant lifetime.