0

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.

vishal
  • 3,993
  • 14
  • 59
  • 102

1 Answers1

0

Time type is not currently supported by Apache Ignite ODBC.

isapego
  • 463
  • 2
  • 9
  • It is going to be supported in 2.0 though - [IGNITE-4690](https://issues.apache.org/jira/browse/IGNITE-4690), [IGNITE-4691](https://issues.apache.org/jira/browse/IGNITE-4691) – isapego Mar 20 '17 at 09:03