mattn / go-oci8

Oracle driver for Go using database/sql
https://mattn.kaoriya.net/
MIT License
630 stars 212 forks source link

Default timestamp (without time zone) to UTC & Remove select DB time zone #370

Closed MichaelS11 closed 4 years ago

MichaelS11 commented 4 years ago

Inserting a timestamp (without time zone) just truncates the time zone from timestamp with time zone. So the previous PR does not work.

Changed default time zone to UTC.

@mattn Please create version 0.0.2 and delete broken version 0.0.1.

MichaelS11 commented 4 years ago

@mattn ?

mattn commented 4 years ago

LGTM

mattn commented 4 years ago

Thank you

MichaelS11 commented 4 years ago

Thank you @mattn Could you set this to version 0.0.1 ?

mattn commented 4 years ago

okay, I'll release v0.0.2.