redisgraph-go icon indicating copy to clipboard operation
redisgraph-go copied to clipboard

Add more numeric type support for Parameterized Queries

Open SenonerK opened this issue 3 years ago • 0 comments

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

SenonerK avatar Mar 07 '22 14:03 SenonerK