fufel88

Results 2 comments of fufel88

If i chage launch.json as follows: `{ "name": "Launch Package", "type": "go", "request": "launch", "mode": "debug", "program": "${relativeFileDirname}", "buildFlags": "-trimpath -ldflags='-X github.com/lf-edge/ekuiper/v2/cmd.LoadFileType=relative -X github.com/lf-edge/ekuiper/v2/cmd.Version=123'", "console": "integratedTerminal", "env": { "GO111MODULE": "on",...

i added `-gcflags="all=-N -l"` for both ekuiper and plugin and removed `-trimpath` and it worked. Problem with getting data from PostgreQL is not a bug actually, in file `extension/impl/sql/source.go` method...