redisgraph-go
redisgraph-go copied to clipboard
Add more numeric type support for Parameterized Queries
Support and tests for:
- int64, int32
- uint, uint64, uint32,
- float32
Use cases:
- a unix timestamp (that is of type int64) has to be serialized
- a variable coming from a protobuf generated type (that does not support int, but only int32 and int64) has to be serialized