Subject: | Editing text columns should result in textarea |
Columns defined as "character varying" (PostgreSQL) can contain line
feeds which are ignored by C::P::AutoCRUD. Also you cannot enter line
feeds becuase the column is display as textfield but should be a textarea.
Opening and saving such a result set results in a column without line
feeds. Not very nice ;-).