Paul J. Lucas has proposed merging lp:~zorba-coders/zorba/bug-1158052-sqlite 
into lp:zorba/sqlite-module.

Commit message:
Corresponding changes for bug #1158052.

Requested reviews:
  Paul J. Lucas (paul-lucas)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1158052-sqlite/+merge/170953

Corresponding changes for bug #1158052.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1158052-sqlite/+merge/170953
Your team Zorba Coders is subscribed to branch lp:zorba/sqlite-module.
=== modified file 'src/sqlite_module.xq.src/sqlite_module.cpp'
--- src/sqlite_module.xq.src/sqlite_module.cpp	2013-06-12 05:18:43 +0000
+++ src/sqlite_module.xq.src/sqlite_module.cpp	2013-06-22 13:23:25 +0000
@@ -754,7 +754,7 @@
         case SQLITE_BLOB:
           aSize = sqlite3_column_bytes(theStmt, i);
           aBlobPtr = (const char *)sqlite3_column_blob(theStmt, i);
-          aValue = theFactory->createBase64Binary(aBlobPtr, aSize);
+          aValue = theFactory->createBase64Binary(aBlobPtr, aSize, true);
           break;
         default:
           std::string str = std::string((const char *)sqlite3_column_text(theStmt, i));

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to