jeukshi / kosem

raw SQL, type-safe, relational mapping library for Haskell
0 stars 0 forks source link

tmp tables in transactions #11

Open jeukshi opened 8 months ago

jeukshi commented 8 months ago

We can do: select x from {myTmpTable}

Maybe we can prohibit myTmpTable from escaping the transaction scope?