Re: JdbcColumnMeta

2018-11-21 Thread Peter Borissow
On Tue, Nov 20, 2018 at 8:06 PM Peter Borissow wrote: > Dear Devs,    I would like to help expand the jdbc resultset metadata > available when querying a table. Consider the following example: > > > CREATE TABLE ARTICLE ( >    ID BIGINT, >    BODY text, >    LAST_MODIFIED T

JdbcColumnMeta

2018-11-20 Thread Peter Borissow
Dear Devs,    I would like to help expand the jdbc resultset metadata available when querying a table. Consider the following example: CREATE TABLE ARTICLE (     ID BIGINT,     BODY text,     LAST_MODIFIED TIMESTAMP with time zone,     CONSTRAINT PK_ ARTICLE PRIMARY KEY (ID) ); After creati

JDBC/SQL Contributions

2018-11-12 Thread Peter Borissow
Dear Devs,    I starting experimenting with Ignite using java+jdbc over the weekend. Really cool technology! In my tests, I ran into a couple issues that I might have some time to help fix. For example:   (1) Ignite doesn't support auto incrementing keys so you can't use SQL   keywords like