From fc7d3a44b8c9987af7975da6741f15e1fc62fcd6 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Sun, 13 Sep 2015 17:41:54 +0300 Subject: Simplify MSSQL configuration --- src/odbc_queries.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/odbc_queries.erl') 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) -> -- cgit v1.2.3