Harsha Byadarahalli Mahesh
Harsha Byadarahalli Mahesh
> Why would you want to delete it? I was trying to fix https://github.com/JuliaComputing/JuliaDB.jl/issues/166 and encountered this error as the test progressed (More details in [this comment](https://github.com/JuliaComputing/JuliaDB.jl/issues/166#issuecomment-374569248)), I felt this...
Exact error message when precompilation is off , can be found in this gist https://gist.github.com/bmharsha/ee7cc04d38c12ebeaa59#file-precompilation_off_metadata-md Error message when precompilation is on can be found here https://gist.github.com/bmharsha/ee7cc04d38c12ebeaa59#file-precompilation_on-md
This issue is not specific to MySQL, this issue exists even while retrieving data from Oracle, in all cases, minutes is off by exactly 30 minutes i.e in retrieved data,...
I was able to reproduce this issue on following configuration too: OS = Windows 10, 64 bit DBMS = Oracle Database 11g Express Edition Julia version 0.4.2
TimeZone was IST (Indian Standard Time) in all the cases (Both Server and Client were on IST).
> Can you try this on the aws server? Sure, I tried this on 64 bit Windows 2008 R2 server (AWS), DBMS was Oracle 11g Express Edition On AWS server,...
We found a workaround for this issue over Oracle, if we convert the DateTime column to a String (in our query) and explicitly specify the format for conversion, we do...
> is it possible to replicate this in Java, and see what values come out? @aviks I executed following Java program ``` Statement stmt = conn.createStatement(); ResultSet rset; stmt.executeQuery("create table...