Unverified Commit 5d3b78db authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Bug fixes for the transform process. (#114)

- make sure to reset the FILE * pointer to NULL after closing the file.
 - use a stable sub-process to transform JSON files into SQL.

For the second point, we re-use the queuing infrastructure introduced in a
recent patch. This allows to have a single sub-process started that will
handle all the JSON to SQL transformations during replay.
parent a147c085
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment