Fix converting uint64_t from jsonb
Postgres doesn't have uint64 type, so it's unable to convert NUMERIC to uint64_t. We need to roll our own function for that.
Loading
Please sign in to comment
Postgres doesn't have uint64 type, so it's unable to convert NUMERIC to uint64_t. We need to roll our own function for that.