-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New fauna-shell only supports queries up to ~100KB #589
Comments
Also, I'm on an arm64 Macbook pro with MacOS 15. |
Full verbose=9 output...
|
This is the offending piece of code: https://github.com/fauna/fauna-shell/blob/main/src/commands/query.mjs#L71 Most likely, reading queries from stdin will probably need to use |
Cool, it looks like the stated limit on the server side is 16MB, so I think that's what we want the driver/shell to support. |
I think fauna supports query sizes up to several megabytes, so this is a shell/driver bug:
Running with
--verbosity=9
the 102k query actually succeeds, but if I throw a 1MB file at it...I'm loving the new CLI so keep up the good work!
The text was updated successfully, but these errors were encountered: