Implicit transactions
Posted: Mon 21 Nov 2011 23:24
PostgreSQL 9.0 documentation says the following about transactions:
"PostgreSQL actually treats every SQL statement as being executed within a transaction. If you do not issue a BEGIN command, then each individual statement has an implicit BEGIN and (if successful) COMMIT wrapped around it."
Does this apply for dotConnect for PostgreSQL provider?
Respectfully,
Jorge Maldonado
"PostgreSQL actually treats every SQL statement as being executed within a transaction. If you do not issue a BEGIN command, then each individual statement has an implicit BEGIN and (if successful) COMMIT wrapped around it."
Does this apply for dotConnect for PostgreSQL provider?
Respectfully,
Jorge Maldonado