jmix-framework / jmix-ui-tests

Jmix v.1 Classic UI test suite
https://www.jmix.io
Apache License 2.0
1 stars 5 forks source link

PSQLException: ERROR: column "id" does not exist #20

Closed GlebDurygin closed 3 years ago

GlebDurygin commented 3 years ago

Run UserUiTest

2021-05-04 04:02:46.114  WARN 31752 --- [o-auto-1-exec-3] eclipselink.logging.all                  : Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.7.2-jmix): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: org.postgresql.util.PSQLException: ERROR: column "id" does not exist
Position: 8
Error Code: 0
Call: SELECT ID, EMAIL, ENABLED, FIRST_NAME, LAST_NAME, PASSWORD, USERNAME, VERSION FROM USER WHERE (USERNAME = ?)
  bind => [username]
Query: ReadAllQuery(referenceClass=User sql="SELECT ID, EMAIL, ENABLED, FIRST_NAME, LAST_NAME, PASSWORD, USERNAME, VERSION FROM USER WHERE (USERNAME = ?)")
FetchGroup(){firstName, lastName, password, id, version, email, enabled, username}