spring-modulith icon indicating copy to clipboard operation
spring-modulith copied to clipboard

Fix incorrect query naming

Open eralmansouri opened this issue 1 year ago • 1 comments
trafficstars

SQL_STATEMENT_DELETE_UNCOMPLETED is actually deleting the completed events, and SQL_STATEMENT_DELETE_UNCOMPLETED_BEFORE is actually deleting the completed events before some instant.

The code works fine as-is but the naming is misleading.

eralmansouri avatar Jan 07 '24 04:01 eralmansouri

Fixed conflicts @odrotbohm

eralmansouri avatar Aug 14 '24 03:08 eralmansouri