Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query serialization flag for native serialization. #2

Open
bennadel opened this issue Sep 5, 2013 · 0 comments
Open

Query serialization flag for native serialization. #2

bennadel opened this issue Sep 5, 2013 · 0 comments

Comments

@bennadel
Copy link
Owner

bennadel commented Sep 5, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant