I’m connecting to the server node via DBeaver (connection settings\ jdbc url - jdbc:ignite:thin://xxx.xx.xx.xx/). I can query DateTime field if I use Attributes Based Configuration and I get an error mentioned below in case of using QueryEntity Based Configuration. How to configure a cache with QueryEntity Based Configuration in .net in order to read DateTime via jdbc.
пн, 3 сент. 2018 г., 17:53 Igor Sapego <[email protected]>: > Which exactly ODBC driver are you talking about? > > Best Regards, > Igor > > > On Mon, Sep 3, 2018 at 4:48 PM wt <[email protected]> wrote: > >> not sure if it helps but the odbc driver doesnt play nice with date fields >> and deals with them in binary format >> >> class org.apache.ignite.binary.BinaryInvalidTypeException >> >> your error looks to be related - have you tried the jdbc driver as a test? >> >> >> >> -- >> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >> >
