News

.. // JPQL-fragment throws exception repository.filter("CAST(created as String) LIKE CONCAT(:created, '%')", "2024); .. The JPQL fragment appears to be correct as it works when using this query in the ...
I learned through #23355 that we support some casts from String to temporal types where this is less of a cast, but more of a parse. We have temporal parsing methods str.to_time, str.to_date, ...