Commit 7b8f728
committed
Fix column name typo in AuthenticationTokenDao native SQL
The updateCreationDate() method used AUT_CREATEDATE_D (missing ION)
in a native SQL query while the DB schema and JPA @column annotation
both use AUT_CREATIONDATE_D. This caused a PSQLException whenever
session token refresh fired (e.g. remember-me renewal).1 parent 653f507 commit 7b8f728
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments