sql: do not add explicit <COLLATE "BINARY"> clause
We don't need to add explicit COLLATE "BINARY" clause since binary collation is anyway default. On the other hand, it may confuse due to ambiugty when comparing two terms. Needed for #3185
Loading
Please register or sign in to comment