Hello, I'm using a DB2 native functionality for the historic. As the query are proprietary : select * from <table_name> *for system_time between* <from_date> *and *<to_date> where <where_clause>... I had to use pure SQL.
I'm having a problem as JPQL parser can't parse this query. The "for system_time between ... and ..." is not known by JQPL. Is there a way to override, intercept or listen this parsing ? What is the object to use DBDictionary, JPQLParser, else ? Thank you for your help. Christophe Marcourt