markslater
markslater
@lion7 did you make any headway with this?
FWIW, getting #2901 merged is certainly a step forwards, but @lion7 's blocked (stalled?) [change for full JPMS support](https://github.com/Kotlin/kotlinx.coroutines/issues/2237#issuecomment-914000852) is the big win.
Thanks for looking into this, @pontusmelke. Although the example I gave could use `CREATE` instead of `MERGE`, the real life cases where I've encountered this cannot because the properties of...
Hi @sfc-gh-igarish . What action are you referring to? It's been waiting to be reviewed by someone at Snowflake for over a year...
I would like to generate a runtime image of my application using [jlink](https://docs.oracle.com/javase/9/tools/jlink.htm#JSWOR-GUID-CECAC52B-CFEE-46CB-8166-F17A8E9280E9), but this isn't possible unless all the application's dependencies include a `module-info.class`. Providing a `module-info.class` would also...
[This StackOverflow answer](https://stackoverflow.com/a/67415091/915655) solved the problem for me. Specifically, execute this prior to querying: ```sql ALTER SESSION SET JDBC_QUERY_RESULT_FORMAT='JSON' ```
Hi @sfc-gh-mknister, I can see that the imports are different between the source and the bytecode. A couple of examples from `net.snowflake.client.core.SessionUtil`: 1. The source code imports `org.jsoup.Jsoup` whereas the...
Hi @sfc-gh-mknister, my take on it is that using an `InputStream` for writing data is a bug in the API. It's possible to work around the issue, but a workaround...
Wow, thanks for the fast turnaround!
@abelsromero yes. I'll update the PR when Gradle 8.8 is available.