Skip to content

Commit

Permalink
shovel: fix filter operations on trace_action_value
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandotsmith committed Jun 26, 2024
1 parent 6a07b72 commit 7b8f257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dig/dig.go
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ func (lwc *logWithCtx) get(name string) any {
case "trace_action_to":
return lwc.ta.To.Bytes()
case "trace_action_value":
return lwc.ta.Value.Dec()
return lwc.ta.Value
default:
return nil
}
Expand Down
1 change: 1 addition & 0 deletions indexsupply.com/shovel/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ The following resources are automatically deployed on a main commit:

On main but not yet associated with a new version tag.

- fix filter operations on trace_action_value
- empty decoded bytes are stored as an empty byte array instead of NULL
- accept multiple URLs per source for redundancy
- fix db encoding for negative int{..256} values
Expand Down

0 comments on commit 7b8f257

Please sign in to comment.