Skip to content

v1.30.0

Choose a tag to compare

@koponen-styra koponen-styra released this 15 Aug 11:20
· 74 commits to main since this release

OPA v0.70.0
Regal v0.29.0

With this release, the built-in sql.send() can be used to talk to Oracle Databases.
This release further includes various dependency bumps and updates the embedded Regal version to v0.29.0.

sql.send supports Oracle

sql.send now supports Oracle databases! To connect to it, use a data_source_name of

oracle://USER:PASSWORD@HOST:PORT/DATABASE

See the sql.send documentation
for all details about the built-in.