commit | fb099c9ef134166ecaf3905c0d8b2995245f3ded | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Tue Nov 19 13:16:20 2013 -0500 |
committer | R David Murray <rdmurray@bitdance.com> | Tue Nov 19 13:16:20 2013 -0500 |
tree | 2f41745c93f1daaf0dbe505dc1ebf24227f63651 | |
parent | 30c5ad2aa2a809d82490010850dc49b54de36635 [diff] |
#19449: Handle non-string keys when generating 'fieldnames' error. csv was handling non-string keys fine except for the error message generated when a non-string key was not in 'fieldnames'. Fix by Tomas Grahn, full patch-with-test by Vajrasky Kok (tweaked slightly).