MaterializeInc / terraform-provider-materialize

A Terraform provider for Materialize
https://registry.terraform.io/providers/MaterializeInc/materialize
Mozilla Public License 2.0
11 stars 8 forks source link

Set transaction_isolation as conneciton option #660

Closed bobbyiliev closed 1 month ago

bobbyiliev commented 1 month ago

Decided to refactor this a bit and set the transaction isolation to strict serializable via the PG options rather than actually running the SET command. This makes things easier for the unit tests.