From 33deb2aafe78e5550dee07e4409d7e8318cfe9f4 Mon Sep 17 00:00:00 2001 From: Kyle Bonnes Date: Tue, 24 Jun 2025 12:09:31 +0100 Subject: [PATCH] Fix .save.savedownmanipulation default-overwrite bug --- code/common/dbwriteutils.q | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/common/dbwriteutils.q b/code/common/dbwriteutils.q index edd250779..3602306d4 100644 --- a/code/common/dbwriteutils.q +++ b/code/common/dbwriteutils.q @@ -68,8 +68,8 @@ applyattr:{[dloc;colname;att] / - these functions are common across the TorQ processes that persist save to the data base \d .save -/ - define a default dictionary of manipulation functions to apply of tables before it is enumerated an persisted to disk -savedownmanipulation:()!(); +/ - define a default dictionary of manipulation functions to apply to tables before they're enumerated and persisted to disk +savedownmanipulation:@[value;`savedownmanipulation;()!()]; /- manipulate a table at save down time manipulate:{[t;x]