fu/c
Yorhel 06e2f950fe Add fu->redirect, change $st->row behavior on 0 results, minor fixes
And with this, I have a working rewrite of the manned.org backend into
FU. \o/

The $st->row methods are very useful even for queries that may not
return anything, so their old behavior was unhelpful. Interestingly
enough, the error-on-multiple-rows did catch an actual bug in
Manned.org, so I'm keeping that behavior.
2025-02-24 15:55:27 +01:00
..
common.c pg: Add query tracing & prepare/execute time measurements 2025-02-22 15:15:16 +01:00
fcgi.c FU: Some FastCGI fixes; FU::Util: utf8_decode & URI escaping 2025-02-18 10:27:58 +01:00
fdpass.c FU: Implement --monitor, add some docs; FU::Util: add fdpass functions 2025-02-15 15:09:56 +01:00
jsonfmt.c Add FU::XMLWriter 2025-02-19 12:01:24 +01:00
jsonparse.c Fixes for perl 5.36 with multiplicity + memleak in $st->kv methods 2025-02-13 06:26:58 +01:00
khashl.h pg: Add support for record/composite types 2025-02-11 16:04:10 +01:00
libpq.h pg: Pipeline prepare + describeprepared 2025-02-09 09:26:01 +01:00
pgconn.c pg: Add query tracing & prepare/execute time measurements 2025-02-22 15:15:16 +01:00
pgst.c Add fu->redirect, change $st->row behavior on 0 results, minor fixes 2025-02-24 15:55:27 +01:00
pgtypes.c pg: Add date type & httpdate tests 2025-02-24 11:54:37 +01:00
xmlwr.c Add FU::XMLWriter 2025-02-19 12:01:24 +01:00