Details
-
Type:
Sub-task
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.3.0
-
Fix Version/s: None
-
Component/s: Server
-
Labels:None
Description
Currently, GetSchema() is converted to "select * from target_table" and then all the column info are retrieved from the result. However, for columns of complex types, they are ignored in the select stmt, and therefore the info won't be in the result.