Dan Watson
Dan Watson
Although the grid editor panel opens fine in the tests, it seems that is only the case because the tests aren't actually setting field components for the editor. If you...
# Overview SNOW-XXXXX ## 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...
The [net.snowflake.client.jdbc.SnowflakeDatabaseMetaData](https://github.com/snowflakedb/snowflake-jdbc/blob/master/src/main/java/net/snowflake/client/jdbc/SnowflakeDatabaseMetaData.java) class throws SnowflakeLoggedFeatureNotSupportedException from certain JDBC methods. Throwing those exceptions causes cascading failures in some frameworks that depend on JDBC drivers (e.g. Hibernate). Exceptions should only be thrown...
I'd like to use this library, but need to incorporate some of the pull requests. I understand if you don't have time to look over them. I could fork the...
Given that the code already includes some integer logic for suffix components, it makes sense to allow consumers to increment those components via the api. This can be done by...
The current `EventListenerSupport ` class by default fires events in a fail-fast manner. When a listener throws an exception it prevents any further listeners from being called and propagates an...
A util method in NumberUtils that counts the number of significant figures in a decimal strings of standard / exponential format. e.g.(101, 102.1, 5.1e2, 1.001, 0.2e4, etc...) This method counts...
This is a more formal API for parsing and formatting strings of various "Cases". Similar logic is present in `org.apache.commons.text.CaseUtils` as well as #360 to add two additional case functions,...
Im using XMLTools 3.1.1.13 When I use the following line of XML: `t` And do pretty print, I get: ``` t ```
It seems a multiple-return method which returns all the internal values of the _DateTime struct would be useful?