Files
brave-core/utility
Claudio DeSouza 5deb11de77 [cr143] Correcting Statement::Column* calls
These functions used to use an outparam for result, but now they are
just using the return value.

Chromium changes:
https://chromium.googlesource.com/chromium/src/+/7003ff26dd9b82c4db007847ab41798a64801b54

commit 7003ff26dd9b82c4db007847ab41798a64801b54
Author: Evan Stade <evanstade@microsoft.com>
Date:   Tue Oct 14 11:22:11 2025 -0700

    SQL: change Statement::Column* signatures

    Return data via return values instead of out-param.

    ColumnBlobAsString16 returns an optional because it's still possible to
    encounter an error: the underlying blob may have an odd number of bytes.

    Bug: 439769605
    Change-Id: I414f055984538f056a9649a4934abead7e739a56
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6862477
    Reviewed-by: Abhishek Shanthkumar <abhishek.shanthkumar@microsoft.com>
    Reviewed-by: Mingyu Lei <leimy@chromium.org>
    Commit-Queue: Evan Stade <evanstade@microsoft.com>
    Reviewed-by: Alex Moshchuk <alexmos@chromium.org>
    Reviewed-by: Mark Pearson <mpearson@chromium.org>
    Reviewed-by: Greg Thompson <grt@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1529666}
2025-11-18 11:18:59 -05:00
..