dolt icon indicating copy to clipboard operation
dolt copied to clipboard

move from forward to back slashes in sql shell

Open macneale4 opened this issue 8 months ago • 1 comments

Decided to move from / to \ for sql shell commands to may the mysql client.

Work remaining:

  1. Forbid delimiter / with message: ERROR: DELIMITER cannot contain a backslash character. This requires a change in the ishell packages (which we forked).
  2. Dolt test to ensure (1).

macneale4 avatar Jun 13 '24 23:06 macneale4