Opened 13 years ago
Closed 13 years ago
#4395 closed defect (fixed)
CsvStore doesn't handle empty string fields
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | DojoX Data | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
CsvStore? doesn't handle empty string fields
In an in-house app that was aggregating CSV data together for display, I uncovered that CsvStore? doesn't handle empty string fields. If a field is just "", it blows up parsing the data. The fix is trivial, thankfully. Will have a patch and checkin today.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | dojox.data.CsvStore_20070907.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Minor fix to CsvStore? + UT.