Revision: 6594
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6594&view=rev
Author: gerdwagner
Date: 2012-02-28 22:06:58 +0000 (Tue, 28 Feb 2012)
Log Message:
-----------
DBCopy Plugin:
- Offers a new menu item "Paste table as ..." that allows to change the pasted table's name.
This function works if only a single table was copied.
- Tables can now be pasted to arbitrary Schemas.
- In the Plugin preferences the user may choose to append copied data to exisitng tables
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 2012-02-28 22:05:08 UTC (rev 6593)
+++ trunk/sql12/doc/src/main/resources/changes.txt 2012-02-28 22:06:58 UTC (rev 6594)
@@ -13,7 +13,7 @@
- Offers a new menu item "Paste table as ..." that allows to change the pasted table's name.
This function works if only a single table was copied.
- Tables can now be pasted to arbitrary Schemas.
- - In the Plugin preferences the user may choose to append copied data to exisitng tables
+ - In the Plugin preferences the user may choose to append copied data to existing tables
Copy as INSERT-VALUES statement now works on almost any table not just on editable tables. If a table isn't in
a Session scope ";" is used as statement separator instead of the separator defined in Session properties.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|