Patch to submit for SQLite support, but don't want to clobber existing patch ...
14 Jul
2009
14 Jul
'09
10:19 p.m.
I just managed to get basic SQLite function with SQLite v3.6 and Freedradius v2.1.6, and I was about to submit a patch for sql_sqlite.c driver. However, I see a bugzilla entry about this was literally just submitted today: https://bugs.freeradius.org/bugzilla/show_bug.cgi?id=3 My patch involves changing the sql_query() function in that driver so that it invokes sqlite3_step() directly for UPDATE, DELETE, and INSERT queries, since otherwise sqlite3_step() only appears to get invoked for SELECT queries in the sql_fetch_row() function. But, I wanted to ping the listserv first in case the author of the bugzilla entry above had already addressed this issue with UPDATE/DELETE/INSERT queries. -- Ben West westbywest@gmail.com
6202
Age (days ago)
6202
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ben West