mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
Merge 0.11->trunk
This commit is contained in:
commit
132191f6ff
1 changed files with 6 additions and 6 deletions
|
@ -728,14 +728,14 @@ function module.load()
|
|||
return false, "database upgrade needed";
|
||||
end
|
||||
end
|
||||
end);
|
||||
if engine.params.driver == "SQLite3" then
|
||||
for row in engine:select("PRAGMA compile_options") do
|
||||
if row[1] == "ENABLE_UPDATE_DELETE_LIMIT" then
|
||||
engine._have_delete_limit = true;
|
||||
if engine.params.driver == "SQLite3" then
|
||||
for row in engine:select("PRAGMA compile_options") do
|
||||
if row[1] == "ENABLE_UPDATE_DELETE_LIMIT" then
|
||||
engine._have_delete_limit = true;
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end);
|
||||
engines[sql.db2uri(params)] = engine;
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue