Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: coderszone899/graph-node

Tags

integer2

Toggle integer2's commit message
print out sql query for find derived

integer

Toggle integer's commit message
print out sql query for find derived

fraction3

Toggle fraction3's commit message
print out sql query for find derived

fraction

Toggle fraction's commit message
print out sql query for find derived

v0.37.0

Toggle v0.37.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make VID element internal to the Entity (graphprotocol#5857)

* make vid entries internal to the entity

* cleanup

* better performant entity comparison

* shorten it

* filter out fom into_iter()

* Revert "shorten it"

This reverts commit 133f79a.

* more effecient iteration

* add test

fraction2

Toggle fraction2's commit message
Subgraph Compositions: Validations

v0.36.1

Toggle v0.36.1's commit message
store: Fix handling of enum arrays

Roundtripping arrays of enums would fail because we would read an array of
enums back as a single string "{yellow,red,BLUE}" instead of the array
["yellow", "red", "BLUE"]. Storing an update to such an entity, even if
users make no changes to that field, would fail because Postgres expects an
array and we were sending a scalar value.

This fixes a bug introduced in PR
graphprotocol#5372

v0.36.0

Toggle v0.36.0's commit message
Bump version to 0.36.0, add release notes

v0.36.0-rc.0

Toggle v0.36.0-rc.0's commit message
Add config option for cache stores

v0.35.1

Toggle v0.35.1's commit message
cargo: Update workspace crates' version to v0.35.1