K2InformaticsGmbH / erloci

Erlang Oracle native driver - DEPRECATED, see https://github.com/K2InformaticsGmbH/oranif instead
Apache License 2.0
37 stars 11 forks source link

can't access data from column with timestamp datatype #5

Open c-bik opened 9 years ago

c-bik commented 9 years ago

create table testdate( id integer, datefield timestamp) insert into testdate (id,datefield) values (4, to_date('01.10.2014 00:00:00','DD.MM.YYYY HH24:MI:SS')) select * from testdate