Results 9 comments of datbth

Hi @sfc-gh-dszmolka, thank you for the response. > what happens in your case when you leave fetchAsString: ['NUMBER'] but do not transform the null into float so it would be...

hi @sfc-gh-dszmolka, I don't have the "Re-open Issue" button available on my side. ![image](https://user-images.githubusercontent.com/15865062/221130593-9f8e83b7-692d-49c1-bcc8-1a7636fbff46.png) Shall I copy [my issue](https://github.com/snowflakedb/snowflake-connector-nodejs/issues/176)'s contents into a new one?

I just found out that connection pooling has been natively supported by `snowflake-sdk`: https://github.com/snowflakedb/snowflake-connector-nodejs/pull/186. I haven't found any public documentation for this feature though. **Update**: found this doc section https://docs.snowflake.com/en/user-guide/nodejs-driver-use.html#creating-a-connection-pool

I have read the CLA Document and I hereby sign the CLA

I think automatically trying to coerce union types is indeed convenient. However, it comes with these costs: 1. Performance. Try coercing and rescuing through every type within the union type...

### Context of #53 Okay let me try to recall the context of https://github.com/chanzuckerberg/sorbet-coerce/pull/53. I believe I was doing a nested coercion like this: ```ruby class Owner < T::Struct const...

Should this issue (and hence #1760) be closed since #1807 is already merged and released?

Sorry, I just tested again and see that using Threads works as expected: ```ruby threads = [ Thread.new do client = new_client reader = client.do_get reader.read_all 1 ensure client&.close end,...

Could it be related to this limitation? ``` D describe db.a; ┌─────────────┬─────────────┬─────────┬─────────┬─────────┬─────────┐ │ column_name │ column_type │ null │ key │ default │ extra │ │ varchar │ varchar │...