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(-) +```