#######################################################################
#
-# Aggregate query that return like for SQL standard N rows with columns <attribute>,<op>,<value>
+# Aggregate query that return like for SQL standard N rows with columns <id>,<attribute>,<value>,<op>
#
# Example of Result:
#
-# { "attribute" : "User-Name", "Value" : "pippo", "op" : ":=" }
-# { "attribute" : "ClearText-Password", "value" : "pwd1", "op" : ":=" }
-# { "attribute" : "Cache-TTL", "value" : 1000, "op" : ":=" }
+# { "id" : 0, "attribute" : "User-Name", "Value" : "pippo", "op" : "==" }
+# { "id" : 0, "attribute" : "ClearText-Password", "value" : "pwd1", "op" : ":=" }
+# { "id" : 0, "attribute" : "Cache-TTL", "value" : 1000, "op" : ":=" }
#
authorize_check_query = "db.${authcheck_table}.aggregate([ \
{ \