4 Jun
2013
4 Jun
'13
9:57 a.m.
duffy wrote:
thank you for your reply alan! actually it seems the variable expansion issue is not really solved..
Read the debug output. It doesn't complain about variables any more,
_bssid(NULLIF('0x=3F=3F', '')),COALESCE(NULLIF('0', ''), '0')::smallint);' rlm_sql_postgresql: Status: PGRES_FATAL_ERROR rlm_sql_postgresql: Error syntax error at or near "," rlm_sql_postgresql: Postgresql Fatal Error: [42601: SYNTAX ERROR] Occurred!!
See? Fix your query so that it doesn't contain Postgresql syntax errors. Alan DeKok.