[h2] Re: SQLGrammarException in Maven JUnit Tests

2024-07-21 Thread Nathan Joyes
Hi Evangenij: Thanks, that was the issue. I was able to resolve by adding backticks to the @Column name definition to the various affected class attributes. Thank you for the quick help, On Sunday, July 21, 2024 at 3:12:58 AM UTC-4 Evgenij Ryazanov wrote: > Hi! > > VALUE is a reserved word in t

[h2] Re: SQLGrammarException in Maven JUnit Tests

2024-07-21 Thread Evgenij Ryazanov
Hi! VALUE is a reserved word in the SQL Standard and H2, it cannot be used as unquoted identifier. https://h2database.com/html/advanced.html#keywords -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop recei