apache ignite fetches time as 1970-01-01 value from php pdo_odbc sql query

47 views Asked by At

I have loaded data into ignite cache using php pdo_odbc driver sql query.

If I query data using ignite rest api, I can see the all data fields correctly. Time field is displayed 10:20:00 which is correct.

But when I select it from php, time field (java.sql.Time) field is displayed as 1907-01-01.

1

There are 1 answers

1
isapego On BEST ANSWER

Time type is not currently supported by Apache Ignite ODBC.