rana / ora

An Oracle database driver in Go.
MIT License
272 stars 66 forks source link

Support AQ #266

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.

tgulacsi commented 5 years ago

rana/ora is abandoned. Use gopkg.in/goracle.v2

https://docs.oracle.com/cd/B14117_01/server.101/b10785/jm_exmpl.htm shows how to do what you want in pl/sql.

On Wed, Jul 31, 2019 at 7:11 AM +0200, "sinys15" notifications@github.com wrote:

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.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.