aboutsummaryrefslogtreecommitdiff
path: root/src/odbc_queries.erl
diff options
context:
space:
mode:
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 b90c2f2d5..e33af54e2 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) ->