[svn-commits] tilghman: trunk r224446 - /trunk/configs/res_odbc.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Oct 18 18:41:34 CDT 2009


Author: tilghman
Date: Sun Oct 18 18:41:30 2009
New Revision: 224446

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=224446
Log:
Clarify that "forcecommit" is NOT an alias for "autocommit", but instead controls the default disposition of uncommitted transactions.

Modified:
    trunk/configs/res_odbc.conf.sample

Modified: trunk/configs/res_odbc.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/res_odbc.conf.sample?view=diff&rev=224446&r1=224445&r2=224446
==============================================================================
--- trunk/configs/res_odbc.conf.sample (original)
+++ trunk/configs/res_odbc.conf.sample Sun Oct 18 18:41:30 2009
@@ -48,6 +48,11 @@
 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




More information about the svn-commits mailing list