getXml() declares 'int' columns as "CF_SQL_NUMERIC" on Oracle

9 views
Skip to first unread message

Raffaele Castagno

unread,
Dec 19, 2013, 4:38:41 AM12/19/13
to dat...@googlegroups.com
Hi there,
I'm trying this wonderful lib, and I noted a strange behavior.

I'm on Oracle + Coldfusion 9, and I have a table with an ID column defined a "int" on the DBMS,
but when I do getXml() the resulting definition for that column looks like this:

<field ColumnName="ID" CF_DataType="CF_SQL_NUMERIC"
         PrimaryKey="true" Precision="12" Scale="2"
         AllowNulls="false" />
 
Is this expected?
Reply all
Reply to author
Forward
0 new messages