I did not know you could do something like that with query data... What specifically is a "query json block"? Is there a way to set column types explicitly?
I knew you could do this easily with arrays and structs, but I did not know there was a way to do it with queries. Is this handled internally like duck typing (i.e. looks like a query, so its a query)? Anyway, it seems this essentially does the same thing (maybe without the columntype support, but I find I rarely need that). Could you post or link any example of "query json block"? ________________________________________ From: [email protected] [[email protected]] On Behalf Of Alan Williamson [[email protected]] Sent: Saturday, October 06, 2012 6:03 PM To: [email protected] Subject: Re: [OpenBD] Feature suggestion interesting ... you can do a short hand to this ... <cfset query = DeserializeJSON( { format it as a query json block } )> and you are done in a single step, columns + data in one swoop http://openbd.org/manual/?/function/deserializejson On 06/10/2012 16:43, galvanash wrote: > I have a naively implemented but useful helper function I use quite often: -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en This message is intended only for the addressee. If you received this message in error, please immediately notify the sender. Since the message may contain confidential, proprietary, legally privileged or private healthcare information, please also delete and/or destroy all copies of it. You must not use, disclose, distribute, print or copy any part of this message if you are not the intended recipient. -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
