Escaping issues with queries using the `?` operator

Поиск
Список
Период
Сортировка
От PSequel Support
Тема Escaping issues with queries using the `?` operator
Дата
Msg-id CABqkTWT0zERofvfy2VJ+AaMKkdrr2vD=9tpxEz7hD_N5ejoMNg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Escaping issues with queries using the `?` operator
Список pgsql-odbc
Given a query like this:

SELECT t.val 
FROM (VALUES ('{"a": 1}'::jsonb), ('{"b": 2}'::jsonb)) t (val) 
WHERE t.val ? 'b';

I get this error:
> the # of binded parameters < the # of parameter markers

В списке pgsql-odbc по дате отправления: