Closed #2454.
--
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/issues/2454#event-3691126920___
Kamailio (SER) - Development Mailing List
sr-dev@l
Actually, return values were described in the beginning of functions section.
One value was missing and I added it.
--
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/issues/2454#issuecomme
@juha-h - just add this information to the xml docs of the sqlops module. Many
functions do not document return codes, it would be good to be done for all of
them, so whenever a developer finds such information missing and sorts out that
in the code, no need to open issues, just update the docs.
README should tell that:
- 1 is returned when query succeeds and result set is not empty
- 2 is returned when query succeeds but result set is not empty
- 3 is returned when result set is not empty, but result param was not given
- -1 is returned in case of error
--
You are receiving this becau