Re: [sr-dev] [kamailio/kamailio] sqlops sql_query() function result value has not been documented in README (#2454)

2020-08-25 Thread juha-h
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

Re: [sr-dev] [kamailio/kamailio] sqlops sql_query() function result value has not been documented in README (#2454)

2020-08-25 Thread juha-h
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

Re: [sr-dev] [kamailio/kamailio] sqlops sql_query() function result value has not been documented in README (#2454)

2020-08-25 Thread Daniel-Constantin Mierla
@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.

[sr-dev] [kamailio/kamailio] sqlops sql_query() function result value has not been documented in README (#2454)

2020-08-24 Thread juha-h
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