Data type returned by sql query

Alan DeKok aland at deployingradius.com
Wed Oct 19 12:31:45 UTC 2022


On Oct 19, 2022, at 1:40 AM, Tianchen Tang via Freeradius-Users <freeradius-users at lists.freeradius.org> wrote:
> What is the data type returned by sql query using module syntax?

  It returns strings.  Which can then be parsed into any data type.

>  Does freeradius support 8 byte integers for sql query result?  What will happen if the sql returns 8 byte integer? Will it overflow?

  FreeRADIUS supports 64-bit integers for all purposes, including parsing them from a string.

  Alan DeKok.



More information about the Freeradius-Users mailing list