pgloader version "3.5.0957bd0" compiled with SBCL 1.4.0-1.el7
[X] did you test a fresh compile from the source tree?
[X] did you search for other similar issues?
[X] how can I reproduce the bug?
load database
from mssql://user@192.168.0.0/DBNAME
into postgresql://localhost/dbname
[X] pgloader output you obtain
KABOOM!
FATAL error: At
from mssql://sa@192.168.0.0/DBNAME
into postgresql://localhost/dbname
^ (Line 3, Column 33, Position 82)
In context COMMAND:
While parsing COMMAND. Expected:
the character Tab
or the character Newline
or the character Return
or the character Space
or the string "--"
or the string "/*"
or the character ; (SEMICOLON)
or the string "after"
or the string "alter"
or the string "before"
or the string "cast"
or the string "excluding"
or the string "including"
or the string "set"
or the string "with"
An unhandled error condition has been signalled: At
from mssql://sa@192.168.0.0/DBNAME
into postgresql://localhost/dbname
^ (Line 3, Column 33, Position 82)
In context COMMAND:
While parsing COMMAND. Expected:
the character Tab
or the character Newline
or the character Return
or the character Space
or the string "--"
or the string "/*"
or the character ; (SEMICOLON)
or the string "after"
or the string "alter"
or the string "before"
or the string "cast"
or the string "excluding"
or the string "including"
or the string "set"
or the string "with"
What I am doing here?
At
from mssql://sa@192.168.30.10/RUK
into postgresql://localhost/gkar
^ (Line 3, Column 33, Position 82)
In context COMMAND:
While parsing COMMAND. Expected:
the character Tab
or the character Newline
or the character Return
or the character Space
or the string "--"
or the string "/*"
or the character ; (SEMICOLON)
or the string "after"
or the string "alter"
or the string "before"
or the string "cast"
or the string "excluding"
or the string "including"
or the string "set"
or the string "with"
[X] pgloader --version
[X] did you test a fresh compile from the source tree?
[X] did you search for other similar issues?
[X] how can I reproduce the bug?