simple-ddl-parser icon indicating copy to clipboard operation
simple-ddl-parser copied to clipboard

DDLParserError: Unknown symbol '\\'

Open ivbeg opened this issue 2 years ago • 0 comments

Describe the bug Error DDLParserError: Unknown symbol '\' happens on certain files

To Reproduce Steps to reproduce the behavior:

  1. Take file https://github.com/UGTU\UGTUKadrProject\blob\14ba90064feaf83b00a66b38500458d50d4337c8\Kadr\HRDatabase\dbo\Tables\OK_DopInf.sql
  2. Use code ddl = parse_from_file(filepath)
  3. See error DDLParserError: Unknown symbol '\\'

Expected behavior No error expected

Traceback attached traceback.txt

ivbeg avatar Jul 01 '22 08:07 ivbeg