properly support module imports from within modules.

This commit is contained in:
Mark Thom
2018-04-25 17:11:46 -06:00
parent 1415a5c98c
commit ed9689368d
4 changed files with 18 additions and 4 deletions

View File

@@ -570,7 +570,7 @@ impl<R: Read> TopLevelWorker<R> {
pub fn parse_batch(&mut self, op_dir: &mut OpDir) -> Result<Vec<TopLevelPacket>, EvalError>
{
let mut preds = vec![];
let mut preds = vec![];
let mut mod_name = clause_name!("user");
let mut results = vec![];
let mut rel_worker = RelationWorker::new();