Date: Monday, January 15, 2007 @ 11:59:25
  Author: marc
    Path: /cvsroot/carob/carob/include

Modified: Connection.hpp (1.81 -> 1.82)

Added warning about auto delete CAROB-120 + setFetchSize()


----------------+
 Connection.hpp |    2 ++
 1 files changed, 2 insertions(+)


Index: carob/include/Connection.hpp
diff -u carob/include/Connection.hpp:1.81 carob/include/Connection.hpp:1.82
--- carob/include/Connection.hpp:1.81   Thu Jan 11 19:37:07 2007
+++ carob/include/Connection.hpp        Mon Jan 15 11:59:25 2007
@@ -390,6 +390,8 @@
    * <b>Warning:</b> Setting this option to false will make destructor leave 
all
    * statements this instance created, which can lead to huge memory leaks...
    * use only if you know what you are doing!<br>
+   * NOT auto-deleting statements while using "setFetchSize()" streaming 
feature
+   * results in undefined behaviour.<br>
    * Note: created statements can still be deleted using
    * #deleteStatement(Statement*)
    * @param autoDelete  if true (default), the destructor will clean-up all

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to