Closed
Bug 1932959
Opened 14 days ago
Closed 13 days ago
Drop the check for untrimmed keys
Categories
(Core :: SQLite and Embedded Database Bindings, task, P3)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: lina, Assigned: lina)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This is a behavior change from rkv, and add-ons consumers are relying on untrimmed keys—Rob requested that we drop the check if there's nothing requiring it. We don't treat keys specially otherwise—they use the default BINARY
collation, etc.—so dropping this requirement makes sense.
Assignee | ||
Comment 1•14 days ago
|
||
Pushed by lbutler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/92bba556cec1
Drop the check for untrimmed keys from Skv. r=robwu
Comment 3•13 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 13 days ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•