1. 15 Dec, 2009 3 commits
  2. 14 Dec, 2009 2 commits
  3. 11 Dec, 2009 6 commits
  4. 10 Dec, 2009 5 commits
  5. 09 Dec, 2009 2 commits
  6. 08 Dec, 2009 5 commits
  7. 07 Dec, 2009 4 commits
  8. 05 Dec, 2009 3 commits
  9. 04 Dec, 2009 9 commits
  10. 03 Dec, 2009 1 commit
    • V Narayanan's avatar
      Bug#40814 CSV engine does not parse \X characters when they occur in unquoted fields · 1aecdd31
      V Narayanan authored
          
      When a .CSV file for table in the CSV engine contains
      \X characters as part of unquoted fields, e.g.
          
      2,naraya\nan
          
      \n is not interpreted as a new line (it is however interpreted as a
      newline in a quoted field).
          
      The old algorithm copied the entire value for a unquoted field without
      parsing the \X characters. 
          
      The new algorithm adds the capability to handle \X characters in the 
      unquoted fields of a .CSV file.
      1aecdd31