summaryrefslogtreecommitdiff
path: root/configs/res_odbc.conf.sample
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-10-18 23:41:30 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-10-18 23:41:30 +0000
commit97bf6e881ae47249e4ec7bd0eb9b136e496e1990 (patch)
treecb1d921a5c8cacc471f0deb40a272616d0bc0ae5 /configs/res_odbc.conf.sample
parentc80715706eeba8eac421f5ec7d29ae3e8062442e (diff)
Clarify that "forcecommit" is NOT an alias for "autocommit", but instead controls the default disposition of uncommitted transactions.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@224446 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/res_odbc.conf.sample')
-rw-r--r--configs/res_odbc.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/res_odbc.conf.sample b/configs/res_odbc.conf.sample
index 7e9405dde..8af0b9917 100644
--- a/configs/res_odbc.conf.sample
+++ b/configs/res_odbc.conf.sample
@@ -48,6 +48,11 @@ password => thegrouch
pre-connect => yes
sanitysql => select count(*) from systables
; forcecommit => no ; Default to committing uncommitted transactions?
+ ; Note: this is NOT the autocommit flag; this
+ ; determines the end result of transactions which
+ ; are not explicitly committed or rolled back. By
+ ; default, such transactions are rolled back if the
+ ; call ends without an explicit commit.
; isolation => read_committed ; Isolation level; supported levels are:
; read_uncommitted, read_committed, repeatable_read,
; serializable. Note that not all databases support