Is there an equivalent of CSV.read types=
e.g.
DBInterface.execute( "select statement", types = Dict( Col1 => Date, ... ) )
Querying SQL server, DateTime comes through ok, but Date becames a string
Is there an equivalent of CSV.read types=
e.g.
DBInterface.execute( "select statement", types = Dict( Col1 => Date, ... ) )
Querying SQL server, DateTime comes through ok, but Date becames a string