Skip to content

Commit 57b3447

Browse files
committed
README.md: wrote about warnings
1 parent 0aabd5f commit 57b3447

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ Oracle
3232

3333
$ sqlbless oracle oracle://USERNAME:PASSWORD@HOSTNAME:PORT/SERVICE
3434

35+
- On error, your transaction is not rolled back.
36+
3537
PostgreSQL
3638
----------
3739

3840
$ sqlbless postgres "host=127.0.0.1 port=5555 user=USERNAME password=PASSWORD dbname=DBNAME sslmode=disable"
41+
42+
- Autocommit is disabled. With INSERT, UPDATE, or DELETE, a transaction starts.
43+
- On error, the transaction is rolled back automatically because it aborted.

0 commit comments

Comments
 (0)