I recently started running into timestamp-query limits on my M1 Mac. In particular, it appears Metal only allows 32 query objects. Tested on Safari TP, Chrome, and Firefox Nightly. This is problematic ...
We discovered a wrong result returned by the equality operator when comparing a date and a timestamp when the date operand is explicitly casted, but not the timestamp: import java.sql.Connection; ...