We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96359e6 commit 5ede681Copy full SHA for 5ede681
code/processes/wdb.q
@@ -171,7 +171,7 @@ savetables:$[writedownmode in partwritemodes;savetablesbypart[;;;;writedownmode]
171
savetodisk:{[]
172
changes:savetables[savedir;getpartition[];immediate;] each tablelist[];
173
/- 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()]]};
+ if[any[changes] and writedownmode in `partbyenum`default;filldb getpartition[];notifyidbs[`.idb.intradayreload;enlist()]]};
175
176
/- send an intraday reload message to idbs:
177
notifyidbs:{[func;params]
0 commit comments