Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Relative date time process incorrect #78

Closed
DartVerder opened this issue Jun 24, 2021 · 0 comments
Closed

Relative date time process incorrect #78

DartVerder opened this issue Jun 24, 2021 · 0 comments
Assignees
Labels
type: bug Something isn't working
Milestone

Comments

@DartVerder
Copy link

Environment:
http://10.5.44.49:8081/
platform version: 1.0.0-SNAPSHOT

Steps:

  1. Create entity Customer with an attributes name, dateTime
  2. Create instances of the Customer entity with "name - dateTime" values: "pre" - "31.12.2020 23:59:59" , "eq" - "01.01.2021 00:00:00", "post" - "02.02.2021 00:00:00"
  3. Add JPQL condition e.dateTime < FIRST_DAY_OF_CURRENT_YEAR

AR:
displayed "pre", "eq" instances
ER:
displayed only "pre" instance

note: it wasn't reproduced on the local machine

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants