zio / zio-quill

Compile-time Language Integrated Queries for Scala

Home Page:https://zio.dev/zio-quill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oracle 11g column type timestamp with timezone issue

zhongwm opened this issue · comments

This template isn't a strict requirement to open issues, but please try to provide as much information as possible.

Version: 4.6.0
Module: quill-codegen-jdbc
Database: oracle11g

Expected behavior

No issue with column type "Timestamp with timezone"

Actual behavior

A view with one single column of type: oracle.jdbc.OracleType.TIMESTAMP_WITH_TIME_ZONE("TIMESTAMP WITH TIME ZONE", -101)
generated empty case class.

Steps to reproduce the behavior

_

Other info

ojdbc8 version is 19.3.0.0

@getquill/maintainers