else {
test_pass
}
+
+if (!&control:SQL-Query-Number || (&control:SQL-Query-Number != 1)) {
+ test_fail
+} else {
+ test_pass
+}
else {
test_pass
}
+
+if (!&control:SQL-Query-Number || (&control:SQL-Query-Number != 2)) {
+ test_fail
+} else {
+ test_pass
+}
# The group attribute specific to this instance of rlm_sql
group_attribute = "SQL-Group"
+ record_query_number = yes
+
# Read database-specific queries
$INCLUDE ${modconfdir}/${.:name}/main/${dialect}/queries.conf
}
# The group attribute specific to this instance of rlm_sql
group_attribute = "SQL-Group"
+ record_query_number = yes
+
# Read database-specific queries
$INCLUDE ${modconfdir}/${.:name}/main/${dialect}/queries.conf
}
# The group attribute specific to this instance of rlm_sql
group_attribute = "SQL-Group"
+ record_query_number = yes
+
# Read database-specific queries
$INCLUDE ${modconfdir}/${.:name}/main/${dialect}/queries.conf
}