Tanzeel Khan

Results 36 comments of Tanzeel Khan

Will be fixed in branches 3_X_DEV & 4_X_DEV with these pull requests. https://github.com/babelfish-for-postgresql/babelfish_extensions/pull/2893 https://github.com/babelfish-for-postgresql/babelfish_extensions/pull/2781

Please add some test cases where source table is schema specified

Fixed in https://github.com/babelfish-for-postgresql/babelfish_extensions/pull/3429

Fixed in https://github.com/babelfish-for-postgresql/babelfish_extensions/pull/3548/files

Hi @bachpro900, I'm trying to reproduce the latest example mentioned in the thread but getting a different error compared to what you mentioned when running it against SQL server. Please...

@staticlibs The upgrade issue in github actions is resolved. Please rebase your PR with the latest changes. Thanks

@staticlibs could you please rebase your changes, thanks.

Does not look like the maven progress indicator was suppressed, probably GitHub host using an older maven version ? Found something else on the net ``` mvn test -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn...

Some workflows are failing because your fork has stale head commit for BABEL_* branches

I am able to reproduce this ```` 1> SELECT * INTO #t FROM generate_series(1,10) 2> GO 1>