Hi
Im trying to use Timestamp when set'ing the Entity that im saving.
But if the code send in null then i only get an exception back.
I can manually say that the Key should be null but then i need to know beforehand that the value im sending in is null....
I think this needs to be fixed.
Timestamp timestampThatCanBeNull = getTimestampOrNull(); Entity.newBuilder(keyFactory.newKey()).set("TimestampThatCanSometimesBeNull", consumableFormatId)
I think this is true for not only Timestamp but the other types, instead of return a exception it should use NullValue
Hi
Im trying to use Timestamp when set'ing the Entity that im saving.
But if the code send in null then i only get an exception back.
I can manually say that the Key should be null but then i need to know beforehand that the value im sending in is null....
I think this needs to be fixed.
Timestamp timestampThatCanBeNull = getTimestampOrNull(); Entity.newBuilder(keyFactory.newKey()).set("TimestampThatCanSometimesBeNull", consumableFormatId)I think this is true for not only Timestamp but the other types, instead of return a exception it should use
NullValue