Revision: 6154
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6154&view=rev
Author: manningr
Date: 2011-02-05 16:05:35 +0000 (Sat, 05 Feb 2011)
Log Message:
-----------
Fixes bug #3171762 (Wrong syntax for DROP KEY). Don't "pre-qualify" the table name. Let the dialect system do it according to the user's preference.
Modified Paths:
--------------
trunk/sql12/doc/src/main/resources/changes.txt
Modified: trunk/sql12/doc/src/main/resources/changes.txt
===================================================================
--- trunk/sql12/doc/src/main/resources/changes.txt 2011-02-05 16:03:32 UTC (rev 6153)
+++ trunk/sql12/doc/src/main/resources/changes.txt 2011-02-05 16:05:35 UTC (rev 6154)
@@ -18,6 +18,8 @@
Bug-fixes:
+3171762: Wrong syntax for DROP KEY (When qualify table name preference is selected this produced two schema
+ or catalog prefixes on the table name)
3148653: Missing App Icon on Mac OS X (Fix is available in the Mac OS X 3.2.1 installer file)
Fixed NullPointerException in Hibernate Plugin when executing HQL with 'view objects' switched on.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|