Skip to content
Snippets Groups Projects
Unverified Commit de6ea1a4 authored by Robert Roland's avatar Robert Roland Committed by GitHub
Browse files

Allow a driver to customize the query remarks (#12422)

* Allow a driver to customize the query remarks

This allows driver-specific metadata to be added to each query. If the
driver can apply the default metadata, it should call
default-query->remark

Removed timezone test that isn't testing the driver itself, since the
driver doesn't specify a default timezone

Removed deprecated code from the redshift test

Leave the original parameters from the front-end as :user-parameters so
that they are accessible down in the drivers

Transform the original parameters into the field_values in the query
remark
parent fe29490a
No related branches found
No related tags found
No related merge requests found
Showing
with 122 additions and 36 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment