Commit f45eb0a9 authored by Darwin Huang's avatar Darwin Huang Committed by Chromium LUCI CQ

Roll src/third_party/sqlite/src/ d9581878f..702a79c7d (1 commit)

https://chromium.googlesource.com/chromium/deps/sqlite.git/+log/d9581878fcf8..702a79c7d773

$ git log d9581878f..702a79c7d --date=short --no-merges --format='%ad %ae %s'
2020-12-30 huangdarwin Fix a problem handling sub-queries with both a correlated WHERE clause and a "HAVING 0" clause where the parent query is itself an aggregate.

Created with:
  roll-dep src/third_party/sqlite/src

Bug: 1160602
Change-Id: Ie960e77153efcb9205cb8369d03623a44a883597
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2613955
Auto-Submit: Darwin Huang <huangdarwin@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: default avatarVictor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840978}
parent 4e6f237a
......@@ -1437,7 +1437,7 @@ deps = {
Var('chromium_git') + '/external/github.com/google/snappy.git' + '@' + 'ea368c2f07de5f31146a10214f27d15091b09771',
'src/third_party/sqlite/src':
Var('chromium_git') + '/chromium/deps/sqlite.git' + '@' + 'd9581878fcf81ec8beda15b079726edaddd775bb',
Var('chromium_git') + '/chromium/deps/sqlite.git' + '@' + '702a79c7d77331cbe2838c4b3c5fab529f75f7c2',
'src/third_party/sqlite4java': {
'packages': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment