Status/Resolution/Reason: To Fix//Investigate
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff ()
Created: 10/04/2017
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: