Fix broken datetime fingerprinters (#12856)
Comparing a LocalDateTime to any other time requires assigning a timezone to the datetime. This change removes any reference to the query processor store during the fingerprinting. Adds tests that the fingerprints are also present in the database. [ci all]
Please register or sign in to comment