Generate boolean in 2Pack as Y/N instead of true/false
Description
When solving the issue a boolean column was changed to String, and it caused all the previous 2Packs to be broken and required changing all true to Y and all false to N.
To avoid this happening in future is proposed to export Yes/No columns as their corresponding strings, instead of boolean values.
Regards,
Carlos Ruiz
Environment
None
Attachments
1
Activity
Carlos Ruiz
February 23, 2015 at 4:41 PM
Proposing tested patch to solve the issue, attaching here for community tests and feedback before integrating.
When solving the issue a boolean column was changed to String, and it caused all the previous 2Packs to be broken and required changing all true to Y and all false to N.
To avoid this happening in future is proposed to export Yes/No columns as their corresponding strings, instead of boolean values.
Regards,
Carlos Ruiz