You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the component is hard-coded to serialize queries as arrays-of-structs. However, the default serialization of queries in ColdFusion is to create a struct-of-arrays (ie, each column is an array).
I should be able to create a flag in the constructor that toggles the type of query serialization being used.
The text was updated successfully, but these errors were encountered:
Right now, the component is hard-coded to serialize queries as arrays-of-structs. However, the default serialization of queries in ColdFusion is to create a struct-of-arrays (ie, each column is an array).
I should be able to create a flag in the constructor that toggles the type of query serialization being used.
The text was updated successfully, but these errors were encountered: