Skip to content

Support different types of parameters in interactive sessions #40343

@nickitat

Description

@nickitat

Describe the solution you'd like

Make these queries work:

SET param_x = [1, 3];
SET param_x = {1: 3};

So far it requires manual serialisation to a string (see)

Need to apply here a parser capable of parsing anything representable as a Field.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions