h2ignitepdo-odbc

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


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.


Solution

  • Time type is not currently supported by Apache Ignite ODBC.