sijms / go-ora

Pure go oracle client
MIT License
800 stars 177 forks source link

TIMESTAMP WITH TIME ZONE not equal in 12C and 19C #419

Closed cjxsimon closed 1 year ago

cjxsimon commented 1 year ago

i wrote a project, found that the value with type: TIMESTAMP WITH TIME ZONE, not equal when i scan from this driver

sijms commented 1 year ago

yes I test. strange thing I create 2 database with time zone UTC one in 12c and one in 19c and get different result

sijms commented 1 year ago

I find the flag which is responsible for this difference I will add the fix in next release

sijms commented 1 year ago

fixed in v2.7.12