On Mon, Feb 23, 2015 at 11:34 PM, Daniel-Constantin Mierla <miconda@gmail.com> wrote:
Interesting to learn that mysql views are not using same type as the
source column...
I guess we should handle this case internally, doing views is quite
common out there.
Interesting to read that. And it reminds me, that we stumbled
upon this years ago already. Back then we wanted to do avp_db_load from
the usr_preferences table, which was a view in our scenario. Kamailio
threw a type error in that case, too.