Skip to content

Remove dependence of array_position function from PostgreSQL #59

@LucJosin

Description

@LucJosin

Description

The SpecificationBuilder#InPredicate utilizes the function array_position from postgres. We should replace this method to support others.

Expression<?> pos = builder.function(
"array_position",
String.class,
expression,
builder.literal(value)
);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions