You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: