I would like to apply the following patch. Would libmysequoia bother?
If not, thanks in advance for committing this change.
Index: Statement.hpp
===================================================================
RCS file: /cvsroot/carob/carob/include/Statement.hpp,v
retrieving revision 1.32
diff -u -r1.32 Statement.hpp
--- Statement.hpp 15 Feb 2006 11:34:46 -0000 1.32
+++ Statement.hpp 23 Feb 2006 16:11:48 -0000
@@ -264,7 +264,7 @@
*
* @return pointer to the current result set; null if there are no more
*/
- DriverResultSet* getResultSet() const { return lastResultPtr; }
+ DriverResultSet& getResultSet() const { return *lastResultPtr; }
/**
* Retrieves the concurrency mode for the <code>ResultSet</code>.
* @return <code>CONCUR_READ_ONLY</code> or <code>CONCUR_UPDATABLE</code>
_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob