Help with queryRawUnsafe
Hey all,
I have a query that previously worked that started to fail. Based off documentation, this is expected since the column names are dynamically generated when using query raw. Can I get help on converting it to a queryRawUnsafe?
Here is a sampe query of what I am trying to convert:
I have tried following this implementation, but ran into unexpected trailing spaces error:
Should I add a validation steps the trims each value or do we have a better approach?
I have a query that previously worked that started to fail. Based off documentation, this is expected since the column names are dynamically generated when using query raw. Can I get help on converting it to a queryRawUnsafe?
Here is a sampe query of what I am trying to convert:
I have tried following this implementation, but ran into unexpected trailing spaces error:
Should I add a validation steps the trims each value or do we have a better approach?