A
A
andoral2020-04-27 15:33:17
PostgreSQL
andoral, 2020-04-27 15:33:17

Why is the query executing in pgAdmin but not executing in Npgsql?

I execute a select with a condition

тут_uuid=ANY(transactionid/*uuid[], во всех строках тут null*/)

In pgAdmin it executes and returns 0 rows
In npgsql it throws an error
42809: ANY/ALL statements (with array) require an array on the right


What is wrong, why the error and how to fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
galaxy, 2020-04-27
@galaxy

Where does transactionid come from? Is this a table field? Or a setting?
In general, without seeing the code, what can I say.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question