microsoft / ODBC-Specification

Microsoft ODBC Specification
Other
122 stars 40 forks source link

Can variant columns contain arrays, multisets, udts, and rows? #46

Closed mikepizzo closed 7 years ago

mikepizzo commented 8 years ago

Presumably, yes.

jduo commented 7 years ago

I agree with this. Some NoSQL stores have a column representing the primary key which appears in every table, but the type of it can vary from row-to-row.

mikepizzo commented 7 years ago

Added support describing variant columns containing collections and structured values.