mattn / go-oci8

Oracle driver for Go using database/sql
https://mattn.kaoriya.net/
MIT License
630 stars 212 forks source link

Support AQ #348

Open sinys15 opened 5 years ago

sinys15 commented 5 years ago

Hello, Could you please provide some functions for comfort work with Advanced Queue in Go? I'm interested in UDT (User Defined Type) and SYS.AQ$_JMS_TEXT_MESSAGE (for move Java project to Go) data types.

cjbj commented 5 years ago

Also see the same request for goracle at https://github.com/go-goracle/goracle/issues/186

@sinys15 which driver are you using? This one or goracle?

sinys15 commented 5 years ago

I'll use any driver with support AQ from the box. I have tried to change go-oci8 to goracle in my project and it works well but request actually for future projects.

cjbj commented 5 years ago

@sinys15 OK