summaryrefslogtreecommitdiff
path: root/src/odbc_queries.erl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2015-09-13 17:41:54 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2015-09-13 18:34:10 +0300
commitfc7d3a44b8c9987af7975da6741f15e1fc62fcd6 (patch)
treeec2da92d9efce25d7331b44c4de23fe8afa930a0 /src/odbc_queries.erl
parentFix MSSQL support (diff)
Simplify MSSQL configuration
Diffstat (limited to 'src/odbc_queries.erl')
-rw-r--r--src/odbc_queries.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/odbc_queries.erl b/src/odbc_queries.erl
index b90c2f2d..e33af54e 100644
--- a/src/odbc_queries.erl
+++ b/src/odbc_queries.erl
@@ -651,6 +651,7 @@ opt_type(odbc_type) ->
fun (pgsql) -> pgsql;
(mysql) -> mysql;
(sqlite) -> sqlite;
+ (mssql) -> mssql;
(odbc) -> odbc
end;
opt_type(pgsql_users_number_estimate) ->