> On Mar 19, 2022, at 05:10, Paolo De Stefani <pa...@paolodestefani.it> wrote: > Switching to psycopg 3 i have to consider many more differences than i > expected There have been some changes in the way psycopg2 does parameter substitution, although that one is an interesting case! You might consider using IS DISTINCT FROM as Daniele suggested, or just =, depending on how you want nulls handled.
- Query with boolean parameter Paolo De Stefani
- Re: Query with boolean parameter Christophe Pettus
- Re: Query with boolean parameter Paolo De Stefani
- Re: Query with boolean parameter Daniele Varrazzo
- Re: Query with boolean parameter Christophe Pettus
- Re: Query with boolean parameter Paolo De Stefani
- Re: Query with boolean parameter Adrian Klaver