|
|
|
|
|
by fake-name
125 days ago
|
|
I'm confused. > The simplest case: no transaction, just a SELECT and an UPDATE with a barrier between them: There is no context where you do not have a transaction. Postgres requires them. It's likely that the library the author is using is doing automatic implicit transactions, but it seems like the author needs to understand their tools a bit better. |
|