Files
fusionpbx/resources/install/scripts
Alexey Melnichuk c96a5bee48 Fix. ODBC db backend should breaks loop only when callback returns number ~= 0
```Lua
dbh:query(sql, function(row)
  -- return 0     -- should not break loop
  -- return true  -- should not break loop
  return 1 -- should break loop
end)
```
2016-02-26 13:52:27 +03:00
..
2015-08-11 14:40:02 +04:00
2016-01-05 13:19:02 -07:00
2015-11-05 18:02:08 +03:00
2014-07-31 08:40:15 +00:00