SQL_NO_DATA (100) should not be considered as an error when deletes or updates are done.
currently, any return code different than 0 or 1 is considered as an error: a log is
generated and the session closed.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/675
-- Commit Summary --
* Merge pull request #1 from kamailio/master
* Merge branch 'master' of
https://github.com/giovannimele/kamailio
* db_unixodbc: do not consider SQL_NO_DATA return code as an error
-- File Changes --
M modules/db_unixodbc/dbase.c (4)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/675.patch
https://github.com/kamailio/kamailio/pull/675.diff
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/675