inconsistent behavior of LOAD_FILE
depending on whether dolt sql-server
is running.
#8841
Labels
LOAD_FILE
depending on whether dolt sql-server
is running.
#8841
When running
dolt sql
without connecting to an existing engine, Dolt will refuse to load files that exist outside of the repo:However, if the server is running in a separate process, the load is successful:
I'm not sure which behavior is preferred, but we should aim to be consistent. (And if the intent is to block the file read, we might want to record a warning instead of just having
LOAD_FILE
returnNULL
.The text was updated successfully, but these errors were encountered: