diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2015-09-13 17:41:54 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2015-09-13 18:34:10 +0300 |
commit | fc7d3a44b8c9987af7975da6741f15e1fc62fcd6 (patch) | |
tree | ec2da92d9efce25d7331b44c4de23fe8afa930a0 /src/odbc_queries.erl | |
parent | Fix MSSQL support (diff) |
Simplify MSSQL configuration
Diffstat (limited to 'src/odbc_queries.erl')
-rw-r--r-- | src/odbc_queries.erl | 1 |
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) -> |