fu/t
Yorhel 81a3d3c608 SQL: Add IDENT() and quote_identifier options
Turns out VNDB has a few places where request data is directly used for
column names in VALUES/SET/WHERE clauses. These are already restricted
to known strings through the use of FU::Validate, but an extra layer of
protection seems warranted here.
2025-05-22 09:22:07 +02:00
..
compress.t FU::Util: Add brotli_compress() and use it for FU output compression 2025-03-19 10:12:20 +01:00
fcgi.t FastCGI: Ignore HTTP_CONTENT_(TYPE|LENGTH) 2025-04-25 09:34:22 +02:00
fdpass.t FU: Implement --monitor, add some docs; FU::Util: add fdpass functions 2025-02-15 15:09:56 +01:00
httpdate.t Docs, compatibility fixes again, 0.1 release 2025-02-25 17:02:33 +01:00
json_format.t json_format: Add html_safe option 2025-03-16 15:03:32 +01:00
json_parse.t json_parse()/pgtypes: Fix accidental creation of read-only array/hash values 2025-04-28 10:23:51 +02:00
multipart.t MultipartFormData: Bunch of parser fixes 2025-04-29 09:14:44 +02:00
pgconnect.t json_parse()/pgtypes: Fix accidental creation of read-only array/hash values 2025-04-28 10:23:51 +02:00
pgcopy.t Pg: Add COPY support 2025-03-10 12:32:14 +01:00
pgtypes-dynamic.t json_parse()/pgtypes: Fix accidental creation of read-only array/hash values 2025-04-28 10:23:51 +02:00
pgtypes.t Pg: Add text2bin() and bin2text() conversion methods 2025-04-30 20:02:20 +02:00
query.t FU::Util::query_decode(): Properly handle empty "&"-parts 2025-04-25 17:07:56 +02:00
sql.t SQL: Add IDENT() and quote_identifier options 2025-05-22 09:22:07 +02:00
to_bool.t FU::Validate: Add module + integrate with FU 2025-02-25 14:31:38 +01:00
validate-util.t Validate: Add empty() and coerce() methods 2025-04-19 12:36:28 +02:00
validate.t Validate: Improved + extendable error message formatting 2025-04-26 15:56:12 +02:00
xmlwr.t Add FU::XMLWriter 2025-02-19 12:01:24 +01:00