You need to know that Lucee <> ACF.
So there are some/many implementations that are different. And the thing you are using is an undocumented feature. If the getColumnLabels() Method is a method of the Adobe query resultset then you cannot rely that we have implemented the resultset in Lucee in the same way ACF has done it.
So you could work around this by checking what methods the Lucee resultset has in the underlying java collection class, but then again you are on an undocumented path.
Sincerely
Gert Franz
RASIA GmbH
Spittelgasse 7
5103 Moeriken-Wildegg
Email: mailto:Gert_Franz @Gert_Franz
Skype: gert.franz
Phone Switzerland: +41 76 5680 231Von: lucee@googlegroups.com [mailto:lucee@googlegroups.com] Im Auftrag von @localtelmarketing
Gesendet: Montag, 23. März 2015 23:19
An: lucee@googlegroups.com
Betreff: [Lucee] Re: Array to list function - works in ACF not in Lucee
Got it.
Lucee, and Railo didn’t like
So using this instead…
Lucee is happy now!
Thanks for the help folks!
On Monday, March 23, 2015 at 2:02:15 PM UTC-7, Chip Pinkston wrote:
I meant dump that function call:
Under ACF you’ll see a bunch of methods there - including getColumnLabels. I’m just trying this on a quick temp query locally and Lucee is throwing an error of ‘method is not implemented’.
<cfset qry = QueryNew(‘testing’)>
Here are some notes about how getMetaData was different under Railo from ACF - this looks like it’s your issue:
https://issues.jboss.org/browse/RAILO-1283
On Monday, March 23, 2015 at 4:35:44 PM UTC-4, localtel...@gmail.com wrote:
Sorry, this let me more confused than I was… How would I check to see if this is available? This is my first venture into Lucee so admittedly a novice here.
Thank you
On Monday, March 23, 2015 at 1:09:55 PM UTC-7, Chip Pinkston wrote:
You may want to check that getColumnLabels() is available in getMetadata(). I’ve run into issues that worked under ACF the failed under Railo calling getMetadata() functions.
But ArrayToList should be working just fine if you’re getting an array back. 
Chip.
On Monday, March 23, 2015 at 4:02:21 PM UTC-4, localtel...@gmail.com wrote:
Hello all,
I have a file that uses this function…
67:
And it’s getting this error
Lucee 4.5.1.000 Error (java.sql.SQLException)
Message
method is not implemented
Cause
java.sql.SQLException
This works fine is Adobe ColdFusion but not in Lucee - any suggestions on what might need to be changed? The database is MySQL
Thanks
Larry
–
You received this message because you are subscribed to the Google Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/4d186620-18c0-4981-9e9a-a15a20d0f009%40googlegroups.com https://groups.google.com/d/msgid/lucee/4d186620-18c0-4981-9e9a-a15a20d0f009%40googlegroups.com?utm_medium=email&utm_source=footer .
For more options, visit https://groups.google.com/d/optout.
