cube-js/cube

Filter on oracle driver

Open

#3.538 geöffnet am 13. Okt. 2021

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (1.965 Forks)batch import
driver:oraclehelp wanted

Repository-Metriken

Stars
 (19.563 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 16h) (138 gemergte PRs in 30 T)

Beschreibung

Describe the bug when using playground react app, with oracle 18c DB, i got errors on request ' Illegal variable name/number'

To Reproduce install the cubejs playground with oracle DB

Expected behavior return request

Additional info 1- when using filter "contains", i've got || ? || unstead of || :"?" || 2- the alias generated it got used ` caracter that also generated errors 3- the connection is not closed when an error is thrown

to avoid these issues , i did a workround on updating the query variable on oracle driver and closing correctly with finally and release

Contributor Guide