Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update error-conditions.json
  • Loading branch information
mihailomilosevic2001 authored Oct 3, 2024
commit a8efe0ff880d3928d85ecedf761ea1a0ae0778b5
3 changes: 2 additions & 1 deletion common/utils/src/main/resources/error/error-conditions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,8 @@
"Illegal input for day of week: <string>."
],
"sqlState" : "22009"
},"ILLEGAL_INTERVAL_ARGUMENT_VALUE" : {
},
"ILLEGAL_INTERVAL_ARGUMENT_VALUE" : {
"message" : [
"Cannot add hours, minutes, seconds or microseconds to a date. If necessary set <ansiConfig> to \"false\" to bypass this error."
],
Expand Down