Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/common/dbwriteutils.q
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down