databricks / databricks-sql-nodejs

Databricks SQL Connector for Node.js
Apache License 2.0
24 stars 34 forks source link

refactor(polyfills): do not raise a Assignment call unless needed. #242

Closed barelyhuman closed 7 months ago

barelyhuman commented 7 months ago

I understand the need for the polyfill, but for various security reasons a few production projects freeze the ability to modify the constructors so this basically triggers an assignment even when it's not needed and the freeze cause a failure.

Let me know if there's other considerations that you'd like to take for this

BikashMcKinsey commented 7 months ago

Fixes #244