Hello. Version `postgres 3.2.4`. ```JS await sql`SELECT ${true}::jsonb`; ``` Result postgresql error: ``` Cannot cast type boolean to jsonb ```