这是indexloc提供的服务,不要输入任何密码
Skip to content

improve sql generation for _in operation #1013

@0x777

Description

@0x777

Currently for

{c: {_in: [1, 2, 3]}}

we generate

C = 1 or C = 2 or C = 3

We should instead be generating:

C = ANY(ARRAY[1, 2, 3])

Metadata

Metadata

Assignees

Labels

c/serverRelated to servere/quickfixcan be wrapped up in few hoursk/enhancementNew feature or improve an existing featurep/highcandidate for being included in the upcoming sprint

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions