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
Prompt for db DY_DeskPLRSRange03.db becomes this
DY_DeskPLRSRange03.db
C:\temp\liteFri Jul 26 17:21:37 2019Y_DeskPLRSRange03.db>
probably \D is treated as sysdate?
\D
The text was updated successfully, but these errors were encountered:
You're right. That's an interesting issue. I wonder if there is an easy way to detect whether the \D is part of the prompt or path. 🤔
Sorry, something went wrong.
Same issue here:
> litecli --prompt "[\d]> " --database F:\cygwin\home\thorsten\.jupyter\nbsignatures.db Version: 1.4.1 Mail: https://groups.google.com/forum/#!forum/litecli-users GitHub: https://github.com/dbcli/litecli [F:\cygwin\home\thorsten\.jupyter bsignatures.db]>
An easy fix would be to replace all backslashes with slashes:
> litecli --prompt "[\d]> " --database F:/cygwin/home/thorsten/.jupyter/nbsignatures.db Version: 1.4.1 Mail: https://groups.google.com/forum/#!forum/litecli-users GitHub: https://github.com/dbcli/litecli [F:/cygwin/home/thorsten/.jupyter/nbsignatures.db]>
No branches or pull requests
Prompt for db
DY_DeskPLRSRange03.dbbecomes thisC:\temp\liteFri Jul 26 17:21:37 2019Y_DeskPLRSRange03.db>
probably
\Dis treated as sysdate?The text was updated successfully, but these errors were encountered: