Skip to content

Commit

Permalink
Fix some typos in sqlite and mysql queries
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Dec 16, 2013
1 parent eb9ccad commit 2d31c9a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
5 changes: 4 additions & 1 deletion raddb/mods-config/sql/main/mysql/queries.conf
Original file line number Diff line number Diff line change
Expand Up @@ -316,13 +316,16 @@
FROM_UNIXTIME(%{integer:Event-Timestamp}), \
NULL, \
'%{Acct-Session-Time}', \
'%{Acct-Authentic}', '', \
'%{Acct-Authentic}', \
'%{Connect-Info}', \
'', \
'%{%{Acct-Input-Gigawords}:-0}' << 32 | \
'%{%{Acct-Input-Octets}:-0}', \
'%{%{Acct-Output-Gigawords}:-0}' << 32 | \
'%{%{Acct-Output-Octets}:-0}', \
'%{Called-Station-Id}', \
'%{Calling-Station-Id}', \
'', \
'%{Service-Type}', \
'%{Framed-Protocol}', \
'%{Framed-IP-Address}')"
Expand Down
14 changes: 9 additions & 5 deletions raddb/mods-config/sql/main/sqlite/queries.conf
Original file line number Diff line number Diff line change
Expand Up @@ -297,13 +297,16 @@
%{%{integer:Event-Timestamp}:-NOW()}, \
NULL, \
'%{Acct-Session-Time}', \
'%{Acct-Authentic}', '', \
'%{Acct-Authentic}', \
'%{Connect-Info}', \
'', \
%{%{Acct-Input-Gigawords}:-0} << 32 | \
'%{%{Acct-Input-Octets}:-0}, \
%{%{Acct-Input-Octets}:-0}, \
%{%{Acct-Output-Gigawords}:-0} << 32 | \
'%{%{Acct-Output-Octets}:-0}, \
%{%{Acct-Output-Octets}:-0}, \
'%{Called-Station-Id}', \
'%{Calling-Station-Id}', \
'', \
'%{Service-Type}', \
'%{Framed-Protocol}', \
'%{Framed-IP-Address}')"
Expand Down Expand Up @@ -345,8 +348,9 @@
(%{%{integer:Event-Timestamp}:-NOW()} - %{%{Acct-Session-Time}:-0}), \
%{%{integer:Event-Timestamp}:-NOW()}, \
%{%{integer:Event-Timestamp}:-NOW()}, \
'%{%{Acct-Session-Time}', \
'%{Acct-Authentic}', '', \
'%{Acct-Session-Time}', \
'%{Acct-Authentic}', \
'', \
'%{Connect-Info}', \
%{%{Acct-Input-Gigawords}:-0} << 32 | \
%{%{Acct-Input-Octets}:-0}, \
Expand Down

0 comments on commit 2d31c9a

Please sign in to comment.