Hi
I'm chasing an issue where I have a mysql column of type int NOT NULL
In MySQL this is a signed integer.
In some cases this column can be negative for example -1
I read this column with sql_xquery
I end up with 18446744073709551615
That is the unsigned equivalent of 2^64-1 - so kamailio uses SIGNED int?
Is there a way to change this to unsigned or to read have sql_xquery convert the value to a string?
Mit freundlichen Grüssen
-Benoît Panizzon-