cube-js/cube

Filter on oracle driver

开放

#3,538 创建于 2021年10月13日

 (1 条评论) (0 个反应) (0 位负责人)Rust (1,965 个派生)batch import
driver:oraclehelp wanted

仓库指标

星标
 (19,563 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南