dolt
dolt copied to clipboard
move from forward to back slashes in sql shell
Decided to move from /
to \
for sql shell commands to may the mysql client.
Work remaining:
- Forbid delimiter
/
with message:ERROR: DELIMITER cannot contain a backslash character
. This requires a change in the ishell packages (which we forked). - Dolt test to ensure (1).