forcedotcom / phoenix

BSD 3-Clause "New" or "Revised" License
558 stars 227 forks source link

Support null value for variable length ARRAY #645

Closed jtaylor-sfdc closed 10 years ago

jtaylor-sfdc commented 10 years ago

This is trickier for fixed length arrays, but for variable length arrays, if an element has a length of 0, then it's null.

ramkrish86 commented 10 years ago

Thanks James. Will take this up once my current activities are done.

jtaylor-sfdc commented 10 years ago

@ramkrish86 - this might already work, so please start by just including a test for this.

ramkrish86 commented 10 years ago

Will try it out next week.

jtaylor-sfdc commented 10 years ago

Verified and tested by @ramkrish86. Thanks for the contributions!