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 ...
If the user supplies a dataframe with correct dtypes (datetime), it will err as it's trying to cast them from string. It would be better if the casting is conditional, because right now I have to cast ...