sql-source-control icon indicating copy to clipboard operation
sql-source-control copied to clipboard

Unable to ssc pull - incompatibility with node v. 12 ?

Open lmeyer1 opened this issue 4 years ago • 5 comments

Describe the Issue

I used ssc in the pass with success. Today I come back to the project after several months. ssc pull gives as sole output a red cross.

I checked the connection to the server. I works in ODBC connector and with SQL Server Management Studio. The server is SQL 2008 R2.

Expected behavior

I expect that an descriptive error message is shown

How can I debug ssc and find out where the problem lies ?

lmeyer1 avatar Oct 14 '20 15:10 lmeyer1

The above bug is showing with node version 12.18.3.

When I downgrade to node version 10.22.0, ssc pull works again.

Conclusion: sql-source-control is not compatible with the latest node js.

lmeyer1 avatar Oct 15 '20 08:10 lmeyer1

@lmeyer1 Thanks! I'm working on updating dependencies; I suspect that might fix this issue too.

justinlettau avatar Oct 15 '20 14:10 justinlettau

@lmeyer1 Can you try with v3.0.0 and see if it's still an issue?

justinlettau avatar Dec 17 '20 22:12 justinlettau

No this is not fixed. Neither are the two other bugs I reported

lmeyer1 avatar Dec 29 '20 08:12 lmeyer1

Hi. Im my case this works (v.3.0.0) with node v12.22.12 but not with v18.16.1. The behavior is as #173

agarciacalvo avatar Jul 10 '23 13:07 agarciacalvo