Marcin Wisnicki

Results 95 issues of Marcin Wisnicki

Even with `-Dcats.effect.tracing.mode=full -Dcats.effect.tracing.buffer.size=1024` stack traces from doobie have no useful context: ``` doobie.util.invariant$UnexpectedEnd$: ResultSet exhausted; more rows expected. at doobie.util.invariant$UnexpectedEnd$.(invariant.scala:23) at doobie.hi.resultset$.getUnique$$anonfun$1(resultset.scala:186) at cats.free.Free.step$$anonfun$1(Free.scala:76) at cats.free.Free.step(Free.scala:77) at cats.free.Free.foldMap$$anonfun$1(Free.scala:164) at...

### Describe the bug _No response_ ### Scastie snippet link _No response_ ### To Reproduce Create new scastie and add library - type "junit". There will be a long list...

bug
needs-triage

### Actual Behavior There's 3s+ difference between host and guess ### Steps to Reproduce Run on host: ``` date; rdctl shell date ``` ### Result ``` Mon Dec 16 16:07:34...

kind/bug

`isNullable` for `SELECT 1` returns 1 (`columnNullable`) instead of 0 (`columnNoNulls`) or 2 (`columnNullableUnknown`). ```java //DEPS com.amazon.redshift:redshift-jdbc42:2.1.0.34 import java.sql.*; public class RedshiftDemo { private static final String DB_URL = System.getenv("REDSHIFT_URL");...