Skip to content

[codex] Add SQL LIKE escaping helper#36

Merged
steipete merged 1 commit into
mainfrom
codex/sql-like-escape
Jun 19, 2026
Merged

[codex] Add SQL LIKE escaping helper#36
steipete merged 1 commit into
mainfrom
codex/sql-like-escape

Conversation

@steipete

Copy link
Copy Markdown
Contributor

Summary

  • add a shared SQL LIKE literal escaping helper
  • escape %, _, and the backslash escape character
  • document the required ESCAPE '\\' query clause and cover literal cases

Validation

  • go test ./...
  • go test -race ./store/...
  • go vet ./...
  • autoreview: clean

@clawsweeper

clawsweeper Bot commented Jun 19, 2026

Copy link
Copy Markdown

ClawSweeper status: review started.

I am starting a fresh review of this pull request: [codex] Add SQL LIKE escaping helper This is item 1/1 in the current shard. Shard 0/1.

This placeholder means the worker is alive and reading the current context. I will edit this same comment with the actual review when the claws are done clicking.

Crustacean status: shell secured, claws on keyboard, evidence pebbles being sorted.

@steipete
steipete merged commit e74b0c4 into main Jun 19, 2026
6 checks passed
@steipete
steipete deleted the codex/sql-like-escape branch June 19, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant