Skip to content

Commit

Permalink
Update golden file
Browse files Browse the repository at this point in the history
  • Loading branch information
urosstan-db committed Oct 29, 2024
1 parent 1b0eb23 commit cf2d5f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions common/utils/src/main/resources/error/error-conditions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1091,12 +1091,6 @@
],
"sqlState" : "KD010"
},
"DATA_SOURCE_UNSUPPORTED_DML_OPERATION" : {
"message" : [
"Data source '<provider>' does not support requested operation: <operation>"
],
"sqlState" : "KD011"
},
"DATA_SOURCE_NOT_EXIST" : {
"message" : [
"Data source '<provider>' not found. Please make sure the data source is registered."
Expand All @@ -1117,6 +1111,12 @@
],
"sqlState" : "42K03"
},
"DATA_SOURCE_UNSUPPORTED_DML_OPERATION" : {
"message" : [
"Data source '<provider>' does not support requested operation: <operation>"
],
"sqlState" : "KD011"
},
"DATETIME_OVERFLOW" : {
"message" : [
"Datetime operation overflow: <operation>."
Expand Down

0 comments on commit cf2d5f9

Please sign in to comment.