Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions LiteCore/Query/SQLiteFleeceEach.cc
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ namespace litecore {
void resetScope() noexcept {
if ( _scope ) {
auto data = _scope->data().buf;
if ( !_scopeDataIsCopied ) _scope->dontValidate();
_scope.reset();
if ( _scopeDataIsCopied ) {
::free((void*)data);
Expand Down
2 changes: 1 addition & 1 deletion jenkins/couchbase-lite-core-black-duck-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ components:
src-path: vendor/sockpp
sqlite:
bd-id: 302ca56c-2cf6-4cfd-9173-94c1ee2a44f7
versions: [ 3.50.3 ]
versions: [ 3.51.3 ]
src-path: vendor/SQLiteCpp/sqlite3
parent-repo: vendor/SQLiteCpp
sqlitecpp:
Expand Down
2 changes: 1 addition & 1 deletion vendor/SQLiteCpp
Submodule SQLiteCpp updated 3 files
+4,471 −1,366 sqlite3/sqlite3.c
+304 −111 sqlite3/sqlite3.h
+7 −0 sqlite3/sqlite3ext.h
2 changes: 1 addition & 1 deletion vendor/fleece
Loading