Skip to content

Commit 5ede681

Browse files
Fix IDB intraday write (#689)
1 parent 96359e6 commit 5ede681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/processes/wdb.q

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ savetables:$[writedownmode in partwritemodes;savetablesbypart[;;;;writedownmode]
171171
savetodisk:{[]
172172
changes:savetables[savedir;getpartition[];immediate;] each tablelist[];
173173
/- we have to let the idbs know of the changes in the wdbhdb. using filldb[] to make sure it is a db with all the tables
174-
if[any[changes] and writedownmode in `partbyenum`default;filldb[];notifyidbs[`.idb.intradayreload;enlist()]]};
174+
if[any[changes] and writedownmode in `partbyenum`default;filldb getpartition[];notifyidbs[`.idb.intradayreload;enlist()]]};
175175

176176
/- send an intraday reload message to idbs:
177177
notifyidbs:{[func;params]

0 commit comments

Comments
 (0)