sijms / go-ora

Pure go oracle client
MIT License
767 stars 168 forks source link

unsupported data type: XMLTYPE #562

Open 414011733 opened 1 month ago

414011733 commented 1 month ago

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?