Brett Okken

Results 6 issues of Brett Okken

This is for https://github.com/pgjdbc/pgjdbc/issues/1325 ### All Submissions: * [x ] Have you followed the guidelines in our [Contributing](CONTRIBUTING.md) document? * [x ] Have you checked to ensure there aren't other...

The parser currently builds a `List` (requires boxing) to track bind variables. It then converts this to an `int[]` (requires unboxing) when creating the `NativeQuery`. This change provides a simple...

Tests to illustrate problems discussed in https://github.com/pgjdbc/pgjdbc/issues/1048

Cache native queries to be reused across executions. https://github.com/pgjdbc/pgjdbc/issues/345 Here are results of latest benchmark: ``` Benchmark (arraySize) Mode Cnt Score Error Units ParserBenchmark.parsedJDBC 0 avgt 10 10158.528 ± 156.614...

enhancement

We want to be able to have the spec file to explicitly define every directory and sub-directory with specific permissions. We have historically accomplished this by having a top level...

**I'm submitting a ...** - [ ] bug report - [x ] feature request **Describe the issue** Additional support for jsr 310 data types **Java Version** 1.8 **OS Version** N/A...