-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
call dolt_clone()
does not work if you have not used a database
#3934
Comments
Note, it clones into the correct directory. It does not clone into
|
I also can't clone
|
To make the |
@tbantle22 – I was able to clone the
MySQL interprets anything quoted with backticks as an identifier, so that explains the error message you got. Give it a shot with double-quotes instead of backticks and let me know if it still doesn't work for you and I'll keep digging in. |
That worked for a local sql server, but getting this error trying to call dolt_clone from a hosted instance
|
That should probaly be a new bug and in the hosted-issues repository. It's possible the port to clone is not open on the hosted instance. |
Would this one work better as a sql function? |
Repro
In Shell 1:
In shell 2:
Note, I have a bunch of databases here:
But if I use a database that exists:
It works.
The text was updated successfully, but these errors were encountered: