Details
Description
We currently use "GREATEST" to set MODIFIED to max(old, new). As this isn't supported by SQLServer, the code supports custom query strings.
Turns out we don't need this, because we can replace it with a CASE statement (see http://stackoverflow.com/questions/30530970/equivalent-of-sql-greatest-function-for-apache-derby)
Attachments
Issue Links
- is duplicated by
-
OAK-2941 RDBDocumentStore: avoid use of "GREATEST"
- Resolved