]> git.entuzijast.net Git - freeradius-dialup-admin.git/commit
Create a new function da_sql_limit() and use that to pass LIMIT arguments to the...
authorkkalev <kkalev>
Mon, 21 Mar 2005 13:16:58 +0000 (13:16 +0000)
committerkkalev <kkalev>
Mon, 21 Mar 2005 13:16:58 +0000 (13:16 +0000)
commit2471f42f3ae6281af944682614a2dcfc20fd3a3f
treef71dadf4e2c592b668e352259220c630bfa99d42
parent6688fe31465de07ff23452f7f7be4028d61b0980
Create a new function da_sql_limit() and use that to pass LIMIT arguments to the database layer
since the syntax is different between db vendors
13 files changed:
Changelog
htdocs/accounting.php3
htdocs/badusers.php3
htdocs/failed_logins.php3
htdocs/user_accounting.php3
htdocs/user_admin.php3
htdocs/user_stats.php3
lib/sql/drivers/dbx/functions.php3
lib/sql/drivers/mysql/functions.php3
lib/sql/drivers/oracle/functions.php3
lib/sql/drivers/pg/functions.php3
lib/sql/drivers/sqlrelay/functions.php3
lib/sql/find.php3