• gkodinov/kgeorge@macbook.gmz's avatar
    Bug #11032: getObject() returns a String for a sub-query of type datetime · cf1ca923
    gkodinov/kgeorge@macbook.gmz authored
     - When returning metadata for scalar subqueries the actual type of the
       column was calculated based on the value type, which limits the actual
       type of a scalar subselect to the set of (currently) 3 basic types : 
       integer, double precision or string. This is the reason that columns
       of types other then the basic ones (e.g. date/time) are reported as
       being of the corresponding basic type.
       Fixed by storing/returning information for the column type in addition
       to the result type.
    cf1ca923
item_subselect.h 11.5 KB