Rerunning parameter setting has no effect on other panes
closed
mark.andrews@neo4j.com
If you run :params{test:1} in 1 pane then run RETURN $test, you get 1 as expected. If you go back to the first pane (not a new query), change it to :params{test:2} and run it, then go back to the second pane and rerun RETURN $test and it will still return 1.
So, it appears that the pane is storing its own instance of parameters. In the old Browser interface, parameters are global which seems more correct.
Was this an intentional change?
Gregory King
closed
mark.andrews@neo4j.com
Seems to have been fixed. I'm not able to reproduce it anymore either. Thanks for looking into it.
Gregory King
mark.andrews@neo4j.com: thanks for taking the time to post back with confirmation.
Gregory King
Thanks for reporting Mark, and sorry for the delayed reply. Maybe I'm not reproducing exactly the steps you are seeing this as an issue. I've tested what I thought you described and didn't observe the issue. Quick screen recording attached for ref, maybe you can let me know what different steps you took to reproduce?