Update of /cvsroot/squirrel-sql/sql12/doc
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28069/doc
Modified Files:
changes.txt
Log Message:
Bug-2818117 ("Make Editable" uses column label instead of name): replaced the use of getLabel (rsmd.getColumnLabel()) with getColumnName (rsmd.getColumnName()).
Index: changes.txt
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/doc/changes.txt,v
retrieving revision 1.530
retrieving revision 1.531
diff -C2 -d -r1.530 -r1.531
*** changes.txt 30 Jan 2010 13:41:55 -0000 1.530
--- changes.txt 31 Jan 2010 22:46:46 -0000 1.531
***************
*** 92,96 ****
Bug-Fixes:
-
2879711: Fix for Excel date export concerning dates earlier than 1900-03-01.
Thanks to mironsadziak for the patch (Patch ID 2905218)
--- 92,95 ----
***************
*** 98,101 ****
--- 97,102 ----
2819161: squirrel-sql.sh in plain zip had an errant apostrophe. Tested this fix on MacOS 10 and Ubuntu 9.04.
Thanks to Jonathan James for vetting the anonymously submitted patch.
+ 2818117 ("Make Editable" uses column label instead of name)
+ Thanks to Christian Gruenberg for the patch (Patch ID 2924887)
2801011: Sybase (CREATE TABLE script generate decimal(15,2) instead of (15,4))
2794860: Sybase (CREATE TABLE script generate numeric(15) instead (15,2))
|