markslater
markslater
When executing a transaction that begins by deleting a large amount of data, `MERGE` performance is very poor. I suspect that the `DELETE` at the start of the transaction results...
### Detailed Description of the Problem When HAProxy is run with the `quiet` flag in the configuration, with and the `-W -db` flags on the command line, on start up...
When [using a BOM](https://docs.gradle.org/current/userguide/platforms.html#sub:bom_import) to control dependency versions, the plugin produces spurious warnings about being unable to retrieve artifacts. For example, given the following `build.gradle.kts` ```kts plugins { id("org.beryx.runtime") version...
There are a number of resource types in Azure that require a name that is globally unique (across the *whole* of Azure). Examples include storage accounts and key vaults. The...
The Snowflake JDBC jar should support [Java 9 modules](https://en.wikipedia.org/wiki/Java_Platform_Module_System). The 3.13.6 jar actually includes a `module-info.class`, but it appears to be the [Bouncy Castle](https://www.bouncycastle.org/) one, presumably collected in the process...
# Overview #552 ## External contributors - please answer these questions before submitting a pull request. Thanks! Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub...
When exporting data as JSON from the Neo4j Browser UI, backslashes in the data are not escaped, resulting in invalid JSON. - Neo4j version: 4.4.10 Enterprise - Operating system: N/A...
When authenticating [through the JDBC driver using an key pair](https://docs.snowflake.com/en/user-guide/jdbc-configure.html#privatekey-property-in-connection-properties), if the key is incorrect, the driver reports `JWT token is invalid.`
For example, `net.snowflake.client.core.SessionUtil` in version 3.13.7 has differences between the source and binary jars published in Maven. This makes it very difficult to use with a debugger. Looking at the...
`SnowflakeConnection.uploadStream` facilitates ["transfer[ring] data directly from a stream to an internal (i.e. Snowflake) stage as a file"](https://docs.snowflake.com/en/user-guide/jdbc-using.html#upload-data-files-directly-from-a-stream-to-an-internal-stage). The signature is: ```java public void uploadStream(String stageName, String destPrefix, InputStream inputStream, String...