aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-18 23:43:15 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-18 23:43:15 +0000
commite228a2b5ec86b9c8a7c15c3b0fc4a7c3396bf45e (patch)
tree3b0efb78e3c27185dc576325fbeda8f8e5c166a2 /configs
parent6c04bfb36f789e5ae784027d1a42a6b085aea0f3 (diff)
Merged revisions 224446 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r224446 | tilghman | 2009-10-18 18:41:30 -0500 (Sun, 18 Oct 2009) | 2 lines Clarify that "forcecommit" is NOT an alias for "autocommit", but instead controls the default disposition of uncommitted transactions. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@224447 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-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 217cd2ffc..18cc2f003 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