19 Oct
2022
19 Oct
'22
1:40 a.m.
Hi, What is the data type returned by sql query using module syntax? Does freeradius support 8 byte integers for sql query result? What will happen if the sql returns 8 byte integer? Will it overflow? Regards, Tianchen
19 Oct
19 Oct
8:31 a.m.
On Oct 19, 2022, at 1:40 AM, Tianchen Tang via Freeradius-Users <freeradius-users@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.
1358
Age (days ago)
1358
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alan DeKok -
Tianchen Tang