From a20cd21d21b9a1347ffb6a49bcb036bc0387ee83 Mon Sep 17 00:00:00 2001 From: Betty Date: Tue, 24 Feb 2026 22:46:45 +0100 Subject: [PATCH] post: commit deed427 in bojemoi --- .../commits/2026-02-24-commit-deed427.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/posts/commits/2026-02-24-commit-deed427.md diff --git a/content/posts/commits/2026-02-24-commit-deed427.md b/content/posts/commits/2026-02-24-commit-deed427.md new file mode 100644 index 0000000..22acead --- /dev/null +++ b/content/posts/commits/2026-02-24-commit-deed427.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi] borodino: fix psycopg2 % escaping in LIKE clauses (bm12, uzi)" +date: 2026-02-24T22:46:45+01:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit deed427 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `deed427` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `deed427c6f139dd2b299bfef13b2cd98b7abeb98` | + + +### Description + +%s → %%s dans les patterns LIKE fe80:% pour éviter l'interpolation +psycopg2 sur les requêtes TABLESAMPLE. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/thearm_bm12 +M borodino/thearm_uzi +``` + +### Diff Summary + +``` + borodino/thearm_bm12 | 4 ++-- + borodino/thearm_uzi | 2 +- + 2 files changed, 3 insertions(+), 3 deletions(-) +```