Eval ignoring child db argument
rachaelmcq opened this issue · 3 comments
rachaelmcq commented
Hello! I'm having trouble doing an eval
on a child DB:
yarn fauna eval childDB "Paginate(Collections())"
› Error: Unexpected argument: Paginate(Collections())
This is the command from the doc. Eval works fine without the child db arg. Any ideas?
github-actions commented
Internal ticket number is OSS-838
fireridlle commented
@rachaelmcq this hasn't been released yet. we would release it pretty soon, probably tomorrow. i will keep you posted
rachaelmcq commented
Thanks! FYI if it's relevant, I pulled down #106 and fauna eval childDB "Paginate(Collections())"
works now, but fauna eval child --file=[...].fql
doesn't. Good luck with release!