aboutsummaryrefslogtreecommitdiffstats
path: root/configs/res_odbc.conf.sample
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-19 00:26:01 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-19 00:26:01 +0000
commit48707e53d9739d1d361914b72a9d65faefe58860 (patch)
tree5da85f585b6be426b1abc5404491d76541f48716 /configs/res_odbc.conf.sample
parent99772af4aa503bbe3fe90a113291a89fe34875aa (diff)
ODBC transaction support
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@177320 f38db490-d61c-443f-a65b-d21fe96a405b
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.