Revision: 6534
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6534&view=rev
Author: manningr
Date: 2011-11-22 12:03:48 +0000 (Tue, 22 Nov 2011)
Log Message:
-----------
(This was in the release, but didn't make it into the change log. The change log header did, so my previous commit message was misleading).
3438689: (Process SQL Server's NVARCHAR fields) Added support to the Microsoft SQL Server dialect
for NCHAR, NVARCHAR fields (nationalization data types).
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-11-21 23:44:45 UTC (rev 6533)
+++ trunk/sql12/doc/src/main/resources/changes.txt 2011-11-22 12:03:48 UTC (rev 6534)
@@ -10,6 +10,9 @@
Enhancements:
+3438689: (Process SQL Server's NVARCHAR fields) Added support to the Microsoft SQL Server dialect
+ for NCHAR, NVARCHAR fields (nationalization data types).
+
Hibernate Plugin:
Directories containing archive files (Jars, Zips) can now be added to a Hibernate configuration's classpath.
All files in the directory will be added as classpath entries.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|