make clean
before building again?
:syb-msdatetime2
in the list there, there's a slight chance it will just work; please then report back
convert()
call to be used in the SELECT
statement needs some attention too, in mssql-schema.lisp
, good point! I guess with that you have a PR ready for improving pgloader?
pgload file contents:
load database
from mssql://SA@172.17.0.2/ServerAutomation
into postgresql://postgres:'P@@ssword'@localhost/serverautomation
before load do $$ drop schema if exists dbo cascade; $$;
pgloader command: pgloader myfile --verbose --debug
2019-06-20T13:37:08.008000-07:00 LOG pgloader version "3.6.1"
KABOOM!
FATAL error: At
-- ********************
^ (Line 1, Column 0, Position 0)
In context KW-LOAD:
While parsing KW-LOAD. Expected:
the character Tab
or the character Newline
or the character Return
or the character Space
or the string "--"
or the string "/*"
or the string "load"
--
is one of the expected strings
will this work:
meta_type,state,is_imported boolean using TRUE
this is on target columns