André Schütz

Results 2 comments of André Schütz

Hello, I can confirm, that this bug also occurs with **ZonedDateTime** and correct data sets in the Postgresql database. We use: `postgresql 9.4-1205-jdbc42, slick-pg 0.10.1, slick-pg_date 0.10.1, slick-pg_argonaut 0.10.1 and...

Hello, I debugged the application and can tell you the following. Within `AbstractJdbc2ResultSet.getString(int columnIndex)`, the `isBinary(columnIndex)` is **true**. The following code `Object obj = internalGetObject(columnIndex, fields[columnIndex - 1]);` returns the...