[SQLiteJDBC] A bug in prepared statement implementation?

Ladislav Laska ladislav.laska at gmail.com
Tue May 18 11:11:31 EDT 2010


Hello,

I'm just writing a program using SQLiteJDBC and watend to return
generated keys by prepared statement. So I created statement using:

conn.prepareStatement( query, Statement.RETURN_GENERATED_KEYS );

and got NYI error. After I removed the constant, it works fine - and I
even get the keys. Perhaps the exception should not/no longer be
there?

Regards Ladislav Laska
S pozdravem Ladislav Laska
---
xmpp/jabber: ladislav.laska at jabber.cz



More information about the SQLiteJDBC mailing list