Date: Friday, February 24, 2006 @ 12:38:05
Author: gilles
Path: /cvsroot/carob/carob/include
Modified: Statement.hpp (1.32 -> 1.33)
Fixed double request triming (executeUpdate(sql) + executeUpdate(sql, string))
---------------+
Statement.hpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: carob/include/Statement.hpp
diff -u carob/include/Statement.hpp:1.32 carob/include/Statement.hpp:1.33
--- carob/include/Statement.hpp:1.32 Wed Feb 15 12:34:46 2006
+++ carob/include/Statement.hpp Fri Feb 24 12:38:05 2006
@@ -143,7 +143,7 @@
throw (DriverException, SocketIOException,
BackendException, ControllerException,
ProtocolException, UnexpectedException)
- { return executeUpdate(trim(sql), emptyString); }
+ { return executeUpdate(sql, emptyString); }
/**
* Execute a SQL INSERT, UPDATE or DELETE statement. In addition SQL
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits