summaryrefslogtreecommitdiff
path: root/configs/res_odbc.conf.sample
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-02-19 00:26:01 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-02-19 00:26:01 +0000
commita1f583177e3da754f9b9bdfb09219133f110de86 (patch)
tree5da85f585b6be426b1abc5404491d76541f48716 /configs/res_odbc.conf.sample
parenta150908f3f337e5021cb85db090a33473c3144b4 (diff)
ODBC transaction support
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@177320 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/res_odbc.conf.sample')
-rw-r--r--configs/res_odbc.conf.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/res_odbc.conf.sample b/configs/res_odbc.conf.sample
index c40b47e3e..217cd2ffc 100644
--- a/configs/res_odbc.conf.sample
+++ b/configs/res_odbc.conf.sample
@@ -47,6 +47,13 @@ username => oscar
password => thegrouch
pre-connect => yes
sanitysql => select count(*) from systables
+; forcecommit => no ; Default to committing uncommitted transactions?
+; isolation => read_committed ; Isolation level; supported levels are:
+ ; read_uncommitted, read_committed, repeatable_read,
+ ; serializable. Note that not all databases support
+ ; all isolation levels (e.g. Postgres only supports
+ ; repeatable_read and serializable). See database
+ ; documentation for further information.
;
; Many databases have a default of '\' to escape special characters. MS SQL
; Server does not.