Hi, I'm playing around with throwing errors in tr...
# exposed
z
Hi, I'm playing around with throwing errors in transactions and I noticed something that I'm not sure is working as expected: It seems that insert statements are rolled back when an error is thrown within the transaction closure, but create table statements are not. 1) Is that intended behaviour?