I have a text area for users to enter notes so I'd like to preserve CR/LF's (or paragraphs) in the database. The field in the underlying table is of type varchar, size 2048. Searching on the Internet it seems that anything over 255 characters in such a field means it automatically gets converted to a text field.
Short of allowing html (which I'd really prefer not to do), is there any way to achieve the preservation of new lines? I'm not sure whether this is a mysql or Xataface 'feature' so sorry if the question doesn't really belong here!
TIA
Paul