sanyaade-speechtools / delphi-museum-project

Automatically exported from code.google.com/p/delphi-museum-project
0 stars 0 forks source link

Support SQL LOAD DATA INFILE syntax for Objects metadata #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Need to get loadfile working for Objects. Main issues are embedded newlines
in text fields like Description. Can either:
  A) figure out how to escape these
    OR
  B) Fold these into "<br />" which will produce the same effect in the
HTML display.

  I prefer B if we can do it. Need to figure out the regexp for this.

Original issue reported on code.google.com by LudicrousResearcher@gmail.com on 8 May 2009 at 5:11

GoogleCodeExporter commented 9 years ago
Fixed - added support for loadfile and ensured newlines etc. are escaped or 
mapped.

Original comment by LudicrousResearcher@gmail.com on 12 May 2009 at 4:25