sijms/go-ora

unsupported data type: XMLTYPE

Closed this issue · 2 comments

Field 'XMLTYPE_INFO' is of type XMLTYPE.
sql : rows, err := db.WithContext(context.Background()).Raw("select XMLTYPE_INFO from DTS_SOURCE_ALL FETCH FIRST 3 ROWS ONLY ")
when i execute this sql, it will return a error " unsupported data type: XMLTYPE".
how to resolve it?

Hey @sijms
Any updates? How can we fix this one?

sijms commented

working on it
would you please test last commit and see if any errors happen