You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As emerges from JDBCDPPPTDataServiceImpl.java currently a dabase-dependent approach is used which requires to develop and test specific queries for each available backend. Given the fact that the database structure is overly simple, I see no harms in exploiting the spring boot ORM (hibernate + hickary pool) to avoid hand carving of queries to handle variations of SQL dialects on different databases.
The text was updated successfully, but these errors were encountered:
As emerges from JDBCDPPPTDataServiceImpl.java currently a dabase-dependent approach is used which requires to develop and test specific queries for each available backend. Given the fact that the database structure is overly simple, I see no harms in exploiting the spring boot ORM (hibernate + hickary pool) to avoid hand carving of queries to handle variations of SQL dialects on different databases.
The text was updated successfully, but these errors were encountered: