commit | 2b8a4dfb1fb05d4240ed3dc80c7c1062cea562af | [log] [tgz] |
---|---|---|
author | Hansen Kurli <hkurli@google.com> | Mon Mar 11 11:19:23 2024 +0800 |
committer | Hansen Kurli <hkurli@google.com> | Thu Mar 28 06:40:12 2024 +0000 |
tree | 7046a5d38549c902e106d67800c62467fd7b65b5 | |
parent | 906d46236b03a779b819668a9574e776c47ee7d0 [diff] |
Escape the LIKE clause for list() The LIKE clause uses '_' and '%' as wildcard characters. They need to be escaped for the prefix to match exact names. Bug: 307903113 Test: atest ConnectivityBlobStoreTest Change-Id: Ia5b6cda5e06bf5e6f0992e85eccf47feae4b01a3