Skip to content

v0.2.2

Compare
Choose a tag to compare
@LHolten LHolten released this 04 Nov 10:53
· 155 commits to main since this release
  • Bound the lifetime of TableRow: IntoColumn to the lifetime of the transaction.
    Without the bound it was possible to sneak TableRows into following transacions.

    query_one now checks that its input lives for as long as the transaction.
    To make sure that query_one still checks that the dummy is "global", the transaction now has an invariant lifetime.