You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Nexus][ORA-950] Improve params handling on Nitro queries (#345)
Improve the way TrinoAdapter accepts query condition keys.
Today it requires a Sequel obj as key: conditions = { Sequel[:trx_month]
=> start_date..end_date }
Update to support string keys in Nitro: conditions = { "trx_month" =>
start_date..end_date }
[Runway story](https://runway.powerhrg.com/backlog_items/ORA-950)
---------
Co-authored-by: Carlos Palhares <[email protected]>
0 commit comments