Revision: 5903
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5903&view=rev
Author: gerdwagner
Date: 2010-09-28 22:48:07 +0000 (Tue, 28 Sep 2010)
Log Message:
-----------
Hibernate Plugin:
- New handling of limiting object count for HQL queries.
- Hibernate session can now be started in an external process.
This can keep SQuirreL from running into memory problems when working with the Hibernate Plugin.
See Hibernate configuration panel for details.
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 2010-09-28 22:15:31 UTC (rev 5902)
+++ trunk/sql12/doc/src/main/resources/changes.txt 2010-09-28 22:48:07 UTC (rev 5903)
@@ -7,7 +7,9 @@
Enhancements:
Hibernate Plugin:
- - New handling of limiting object count for HQL queries.
+ - New handling of limiting object count for HQL queries. This may prevent severe performance problems.
+ Formerly the limit was set more or less under the hood (SQL limit was used).
+ Setting the limit can cause the performance problems.
- Hibernate session can now be started in an external process.
This can keep SQuirreL from running into memory problems when working with the Hibernate Plugin.
See Hibernate configuration panel for details.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|