- Changed
dbconn_retrieveQueryAsData
,sqlquery_retrieveAsData
, andsqlquery_currentRowToArray
from commands to functions. They can't aggregate data into an existing array so they should be functions. sqlquery_currentRowToArray(pQueryA, pFields)
now accepts an optional second parameter that filters the fields that are returned.