graphql-engine/server/src-lib/Hasura/Backends
Robert fe035125f4 server: drop LazyTxT newtype
This is a follow-up to #1959.

Today, I spent a while in review figuring out that a harmless PR change didn't do anything,
because it was moving from a `runLazy...` to something without the `Lazy`. So let's get
that source of confusion removed.

This should be a bit easier to review commit by commit, since some of the functions had
confusing names. (E.g. there was a misnamed `Migrate.Internal.runTx` before.)

The change should be a no-op.

https://github.com/hasura/graphql-engine-mono/pull/2335

GitOrigin-RevId: 0f284c4c0f814482d7827e7732a6d49e7735b302
2021-09-15 20:46:45 +00:00
..
BigQuery server: generalize event triggers - incremental PR 2 2021-09-09 11:55:11 +00:00
MSSQL server: generalize event triggers - incremental PR 2 2021-09-09 11:55:11 +00:00
MySQL server: generalize event triggers - incremental PR 2 2021-09-09 11:55:11 +00:00
Postgres server: drop LazyTxT newtype 2021-09-15 20:46:45 +00:00