7 Matching Annotations
- Apr 2022
-
github.com github.com
-
Will be executed right after outermost transaction have been successfully committed and data become available to other DBMS clients.
Very good, pithy summary. Worth 100 words.
The first half was good enough. But the addition of "and data become available to other DBMS clients" makes it real-world and makes it clear why it (the first part) even matters.
-
after_commit { puts "We're all done!" }
Notice the order: this is printed last, after the outer (real) transaction is committed, not when the inner "transaction" block finishes without error.
-
-
evilmartians.com evilmartians.com
-
These callbacks are smart enough to run after the final (outer) transaction* is committed. * Usually, there is one real transaction and nested transactions are implemented through savepoints (see, for example, PostgreSQL).
important qualification: the outer transaction, the (only) real transaction
-
- Jun 2021
-
ruanmartinelli.com ruanmartinelli.com
-
Your packages (the ones you created)
-
- Apr 2021
-
law.stackexchange.com law.stackexchange.com
-
"an officer or employee of the United States Federal Government as part of that person’s official duties."
as part of that person’s official duties.
-
- Feb 2021
-
fsharpforfunandprofit.com fsharpforfunandprofit.com
-
(when used thoughtlessly)
-