Re: SQL XML configuration for timestamp problematic when using sybase as third party persistence
To add the java type configuration I am currently using is java.sql.TYPES.TIMESTAMP And java.sql.Timestamp -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
SQL XML configuration for timestamp problematic when using sybase as third party persistence
Hi I am using Sybase as third party persistence and using XML to configure cache store factory. Sybase datetime displays date by default format : /mm/dd HH:mm:ss Am/pm Whereas Ignite is expecting a different format with nanoseconds. This is causing BinaryMarshaller to fail in deserialising