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 f2771e52f..86c3af6d0 100644
--- a/src/odbc_queries.erl
+++ b/src/odbc_queries.erl
@@ -229,6 +229,7 @@ users_number(LServer) ->
Type = ejabberd_config:get_option({odbc_type, LServer},
fun(pgsql) -> pgsql;
(mysql) -> mysql;
+ (sqlite) -> sqlite;
(odbc) -> odbc
end, odbc),
case Type of