dwgebler

Results 15 comments of dwgebler

@derrabus I've specifically tracked down the source of the problem is this in the query: `ANY (ARRAY [:service_1, :service_2]` - I have an accidental space after `ARRAY`, when I remove...

So step to reproduce is to run a query with `SELECT * FROM foo WHERE x = :x AND y = :y AND bar @> ANY (ARRAY [:bar_1,:bar_2]::jsonb[]);` (notice superfluous...

I can indeed, but probably not today. Leave it with me though.

@derrabus fix in https://github.com/doctrine/dbal/pull/6087

> What is the use-case for translating this message if - according to the RFC 6750 - it must not be displayed to the end user? "Not displayed to users"...