Merge lp:~zorba-coders/zorba/bug-1158052-sqlite into lp:zorba/sqlite-module

Proposed by Paul J. Lucas
Status: Merged
Merged at revision: 35
Proposed branch: lp:~zorba-coders/zorba/bug-1158052-sqlite
Merge into: lp:zorba/sqlite-module
Diff against target: 12 lines (+1/-1)
1 file modified
src/sqlite_module.xq.src/sqlite_module.cpp (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-1158052-sqlite
Reviewer Review Type Date Requested Status
Chris Hillery Approve
Paul J. Lucas Approve
Review via email: mp+170953@code.launchpad.net

Commit message

Corresponding changes for bug #1158052.

Description of the change

Corresponding changes for bug #1158052.

To post a comment you must log in.
Revision history for this message
Paul J. Lucas (paul-lucas) :
review: Approve
Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue succeeded - proposal merged!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== 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 @@
754 case SQLITE_BLOB:754 case SQLITE_BLOB:
755 aSize = sqlite3_column_bytes(theStmt, i);755 aSize = sqlite3_column_bytes(theStmt, i);
756 aBlobPtr = (const char *)sqlite3_column_blob(theStmt, i);756 aBlobPtr = (const char *)sqlite3_column_blob(theStmt, i);
757 aValue = theFactory->createBase64Binary(aBlobPtr, aSize);757 aValue = theFactory->createBase64Binary(aBlobPtr, aSize, true);
758 break;758 break;
759 default:759 default:
760 std::string str = std::string((const char *)sqlite3_column_text(theStmt, i));760 std::string str = std::string((const char *)sqlite3_column_text(theStmt, i));

Subscribers

People subscribed via source and target branches

to all changes: