On Monday 26 November 2012 21:16:09 Brandon Armstead wrote: > Almost forgot to add - this is on Kamailio 3.2 --- checking master > branch to see if there is any changes, but it does look like in 3.2 > res->nrows & res->ncols is not being set.
These are for use with the result set obtained with sql_query(). sql_xquery() does not create such a result set, and thus can't set these counters. -- Alex Hermann _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
