Invalid CF SQL Type

86 views
Skip to first unread message

Bendra

unread,
Jan 19, 2016, 7:59:17 AM1/19/16
to Lucee
I just wonder why I get some Exceptions saying invalid CF SQL Type ANY. I did find that SQLCaster.java is throwing them, but I am not sure for what reason exactly. Can somebody give me a hint?

Andrew Dixon

unread,
Jan 19, 2016, 8:06:52 AM1/19/16
to lu...@googlegroups.com
Hi Bendra,

"ANY" is not a valid CF_SQL_TYPE, hence the error message. Valid types are:
  • cf_sql_bigint
  • cf_sql_bit
  • cf_sql_char
  • cf_sql_blob
  • cf_sql_clob
  • cf_sql_date
  • cf_sql_decimal
  • cf_sql_double
  • cf_sql_float
  • cf_sql_idstamp
  • cf_sql_integer
  • cf_sql_longvarchar
  • cf_sql_money
  • cf_sql_money4
  • cf_sql_numeric
  • cf_sql_real
  • cf_sql_refcursor
  • cf_sql_smallint
  • cf_sql_time
  • cf_sql_timestamp
  • cf_sql_tinyint
  • cf_sql_varchar

Kind regards,

Andrew

On 19 January 2016 at 12:59, Bendra <daniel...@gmail.com> wrote:
I just wonder why I get some Exceptions saying invalid CF SQL Type ANY. I did find that SQLCaster.java is throwing them, but I am not sure for what reason exactly. Can somebody give me a hint?

--
Love Lucee? Become a supporter and be part of the Lucee project today! - http://lucee.org/supporters/become-a-supporter.html
---
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+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/115a106f-2909-4e28-9bd6-2a219d10fc79%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages