mirromutth / r2dbc-mysql

R2DBC MySQL Implementation
Apache License 2.0
656 stars 98 forks source link

Prepared statements does not work with IS operator #200

Open sumitsum opened 3 years ago

sumitsum commented 3 years ago

Any query of this kind fails when True/False keyword is bound to MySQL statement:

select * from test_boolean_type where c_boolean is <True/False>;