Update of /cvsroot/squirrel-sql/sql12/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14918
Modified Files:
changes.txt
Log Message:
limit where clause & allow insert on empty table
Index: changes.txt
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/doc/changes.txt,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** changes.txt 26 Apr 2004 12:49:10 -0000 1.53
--- changes.txt 26 Apr 2004 16:15:17 -0000 1.54
***************
*** 46,49 ****
--- 46,53 ----
- Data containing newlines now shows the newlines explicitly in the in-cell
view, i.e. as "\n" (Glenn Griffin).
+ - User may select specific columns to use in the WHERE clause when editing
+ a specific table.
+ - A new row can be inserted into an empty table using the Contents tab
+ by using the right mouse button on the (empty) panel.
Bug Fixes
***************
*** 58,61 ****
--- 62,67 ----
newlines if edited within the cell. In-cell editing of that data is now
blocked (Glenn Griffin).
+ - SQL problem with WHERE clause being too long (table has too many columns)
+ fixed by allowing user to select specific columns to use in WHERE.
Other
|