In version 2 of H2 value is a reserved keyword #310
Labels
No labels
antville.org
bug
compatibility
dependency
duplicate
enhancement
help wanted
invalid
java
javascript
major
needs feedback
needs work
no-issue-activity
runtime
security
urgent
usability
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: antville/antville#310
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In version 2 of H2
valueis a reserved keyword. Thus, thepostgre.sqlscript fails to create themetadatatable when running./gradlew :antclick:build.While this can be worked around by wrapping the keyword in quotes (
"value"), it still causes problems in subsequent SQL statements because Helma still tries to access the column without quotes.Renaming the column and adding an updater script for existing databases seems to be a better solution.
Originally posted by @p3k in https://github.com/antville/antville/issues/309#issuecomment-991704185
Fixed in
67573db0e0.