Update of /cvsroot/squirrel-sql/sql12/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv434
Modified Files:
changes.txt
Log Message:
bug fix: newlines in strings; cyan background and newlines in strings enhance
Index: changes.txt
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/doc/changes.txt,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** changes.txt 7 Apr 2004 03:17:50 -0000 1.50
--- changes.txt 14 Apr 2004 18:25:38 -0000 1.51
***************
*** 27,30 ****
--- 27,35 ----
- BLOBs and CLOBs are now fully editable, as are all of the most common SQL
types.
+ - Data that can be edited only in the Popup (ie. not in the cell) is now shown
+ with a Cyan background to tell the user that it can be edited, but only in
+ the Popup.
+ - Data containing newlines now shows the newlines explicitly in the in-cell
+ view, i.e. as "\n".
Bug Fixes
***************
*** 36,39 ****
--- 41,47 ----
- Fix resource strings (Dennis Lundberg).
- Do a better job of handling MS SQL server catalog names that contain periods.
+ - Strings (VARCHAR and CLOB) fields containing newlines would loose those
+ newlines if edited within the cell. In-cell editing of that data is now
+ blocked.
Other
|