Joe Pallas

Results 9 issues of Joe Pallas

It would be nice if the table in the README could be updated with information about the type of each field. In particular, for those fields that are enumerated constants...

## Environment: - OS: iPadOS 17.1.2 - IceCubesApp version: IceCubesApp 1.9.11 ## Description On iPhone, swipe right from the left edge of the screen does a "back" operation. On the...

bug

It's possible I've misunderstood or overlooked something, but as best I can tell: The [documentation on managed transactions](https://jdbi.org/releases/3.41.2/#_managed_transactions) says > The [inTransaction](https://jdbi.org/releases/3.41.2/apidocs/org/jdbi/v3/core/Jdbi.html#inTransaction(org.jdbi.v3.core.HandleCallback)) and [useTransaction](https://jdbi.org/releases/3.41.2/apidocs/org/jdbi/v3/core/Jdbi.html#useTransaction(org.jdbi.v3.core.HandleConsumer)) methods on the [Jdbi](https://jdbi.org/releases/3.41.2/apidocs/org/jdbi/v3/core/Jdbi.html) object create...

doc
answered
waiting-for-op

Looking at [the most recent Travis build](https://travis-ci.org/databricks/spark-sql-perf/builds/119616966) we see: ``` 16/03/30 19:02:44 INFO SessionState: Created HDFS directory: file:/tmp/scratch-362b2e98-2401-4066-9a73-06f6dbbc3454/travis/447f0c84-1866-45d9-aeca-53fb780ef096/_tmp_space.db Internal error when running tests: java.lang.OutOfMemoryError: PermGen space Exception in thread "Thread-1"...

I can't figure out the intended meaning of the sentence > Java 9 is expected to remove some of the operations. Context does not make it clear.

### Search first - [X] I searched and no similar issues were found ### Description The message "Database is up to date, no changesets to execute" appears on the console...

TypeBug
java-api
triaged

Using PK sequences is error prone, as nothing prevents the user from accidentally specifying the wrong sequence in a call to argPkSeq. Identity columns are supported by almost all of...

`DebugSql.logMiddle` calls `printSql` on query strings that have already had parameter substitution performed. If those strings had escaped parameter indicators (`??` or `::`), `printSql` sees them unescaped and thinks there...