tracker issue : CF-4199910

select a category, or use search below
(searches all categories and all time range)
Title:

[ANeff] ER for: query column types for complex values

| View in Tracker

Status/Resolution/Reason: To Fix//Investigate

Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff ()

Created: 10/04/2017

Components: Database, CFQuery

Versions: 2016

Failure Type: Others

Found In Build/Fixed In Build: /

Priority/Frequency: Normal /

Locale/System: /

Vote Count: 0

This ER is for: query column types for complex values

Currently, queryNew()'s columntypelist parameter supports these: integer,bigint,double,decimal,varchar,binary,bit,time,date,timestamp,object

"Object" allows any complex value, but this ER is to allow us to be more specific about which type of complex value (ex: query, array, struct, xml, etc).

Example: queryNew("myColumn", "struct") would only allow structs into myColumn.

Attachments:

Comments: