Closed thoshiai closed 4 years ago
Hi, nagata-san
Thank you for your recommendation. I fixed it.
The parse get wrong resno and happend assert error, because I misspace check process of IVM. The refStar flag is not needed, because this function only call that target list contain astar.
It works well. Thanks!
marge latest master branch with IVM.
I fix source code regarding IVM process, bacause some functions of parser was changed on master branch. There are following 2 commits: 522a8ca Fix some points which use parser's function. 21716d5 Fix to get op_oid by using operator name
I add refStar flag(for checking query which contain "ivm.*") in expandNSItemAttrs() for hiding IVM columns. There may be a better way than this fix.