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
1=== modified file 'src/sqlite_module.xq.src/sqlite_module.cpp'
2--- src/sqlite_module.xq.src/sqlite_module.cpp 2013-06-12 05:18:43 +0000
3+++ src/sqlite_module.xq.src/sqlite_module.cpp 2013-06-22 13:23:25 +0000
4@@ -754,7 +754,7 @@
5 case SQLITE_BLOB:
6 aSize = sqlite3_column_bytes(theStmt, i);
7 aBlobPtr = (const char *)sqlite3_column_blob(theStmt, i);
8- aValue = theFactory->createBase64Binary(aBlobPtr, aSize);
9+ aValue = theFactory->createBase64Binary(aBlobPtr, aSize, true);
10 break;
11 default:
12 std::string str = std::string((const char *)sqlite3_column_text(theStmt, i));

Subscribers

People subscribed via source and target branches

to all changes: