Skip to content

2.0.1

Latest
Compare
Choose a tag to compare
@trevordevore trevordevore released this 22 Dec 21:41
· 4 commits to master since this release
  • Changed dbconn_retrieveQueryAsData, sqlquery_retrieveAsData, and sqlquery_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.