Skip to content

Commit

Permalink
Logs time column has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
angoca committed Jun 1, 2022
1 parent 164ed27 commit 13b335c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/sql-pl/04-Body.sql
Expand Up @@ -1060,7 +1060,7 @@ ALTER MODULE DB2UNIT ADD
-- Probably not the last one if other concurrent app inserts in between.
SET SENTENCE = 'SELECT MESSAGE '
|| 'FROM LOGS '
|| 'WHERE DATE = (SELECT MAX(DATE) FROM LOGS)';
|| 'WHERE DATE_UNIQ = (SELECT MAX(DATE_UNIQ) FROM LOGS)';
PREPARE LOGS_RS FROM SENTENCE;
CALL LOGGER.WARN(LOGGER_ID, '< with exception(4) SQLCode'
|| COALESCE(COPY_SQLCODE, -1) || '-SQLState' || COALESCE(COPY_SQLSTATE,
Expand Down

0 comments on commit 13b335c

Please sign in to comment.