Date: Tuesday, March 21, 2006 @ 23:52:54
  Author: marc
    Path: /cvsroot/carob/carob/include

Modified: Statement.hpp (1.39 -> 1.40)

Added references to SEQUOIA-262 and CAROB-81 in doxygen.


---------------+
 Statement.hpp |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)


Index: carob/include/Statement.hpp
diff -u carob/include/Statement.hpp:1.39 carob/include/Statement.hpp:1.40
--- carob/include/Statement.hpp:1.39    Tue Mar 21 18:43:16 2006
+++ carob/include/Statement.hpp Tue Mar 21 23:52:54 2006
@@ -283,7 +283,8 @@
    * that if there is no ResultSet available yet (before execution),
    * then this method will generate some network communication to the
    * controller. No caching is performed here: before execution this
-   * network communication will happen at every call.
+   * network communication will happen at every call. Also consider
+   * bug SEQUOIA-262 (empty returned instead of null).
    *
    * @return a pointer to the metadata of this statement or of its resultset
    */
@@ -291,7 +292,9 @@
                               BackendException, ProtocolException, 
                               NotImplementedException, UnexpectedException);
   /**
-   * Sets the sql request string
+   * Sets the sql request string. This is in total opposition with the
+   * JDBC API where request strings are not mutable, see CAROB-81.
+   *
    * @param sql string containing the sql statement
    */
   void                    setRequest(const std::wstring& sql)

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

Reply via email to