Fix bug that returning null on getValue and containsColumn (methods of HaeinsaResult class) even if there are result. This bug occurs when Get operation executed on without transaction context. Problem was not initializing row field on the constructor
Fix bug that returning
null
ongetValue
andcontainsColumn
(methods ofHaeinsaResult
class) even if there are result. This bug occurs when Get operation executed on without transaction context. Problem was not initializingrow
field on the constructor