I have a SER 0.9.7-pre3 system. I use avopops to load flags from mysql to implement call andling features. I'd like to read a list of values for a single attribute from the database (and I can today) however the order in which the results are return is not consistent. I read that MySQL4 has an issue where results of a query are returned in a nondeterministic fashion. I think I can get my desired result by issuing my own query but I do not see an avpops function which allows for a user specified query. Does such a function exist? If so what is it's name?
 
Thanks