Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing column type constant #42

Open
amellnik opened this issue Oct 3, 2018 · 2 comments
Open

Missing column type constant #42

amellnik opened this issue Oct 3, 2018 · 2 comments

Comments

@amellnik
Copy link

amellnik commented Oct 3, 2018

I'm using JDBC.jl with an Oracle 12c database and it looks like a column type that I'm using (TIMESTAMP WITH LOCAL TIMEZONE) is missing from this list: https://github.com/JuliaDatabases/JDBC.jl/blob/master/src/JDBC.jl#L497

I know the value (-102) and can create a pull request to add it, but I wanted to check -- is there a list of all these possible values somewhere? I haven't been able to find it, but it's possible I'm not searching with the right phrases.

@aviks
Copy link
Member

aviks commented Oct 3, 2018

No, I haven't found anything authoritative.

@amellnik
Copy link
Author

amellnik commented Oct 3, 2018

I found one more which is -104 and it corresponds to the oracle type INTERVAL DAY TO SECOND(11). I don't know how general it is, but it returns values in the SQL standard interval format like 3 4:05:06. Do we want to try to convert these to native Julia time intervals or just leave them as strings?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants