fauna / fauna-shell

Interactive shell for FaunaDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eval ignoring child db argument

rachaelmcq opened this issue · comments

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?

Internal ticket number is OSS-838

@rachaelmcq this hasn't been released yet. we would release it pretty soon, probably tomorrow. i will keep you posted

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!