Activat support for getGeneratedKeys() for prepared statements, which is supported as well as the non-prepared statement case, but it was currently returning a not implemented exception. Added file(s): - files/patch-src_org_sqlite_Conn.java Generated with FreeBSD Port Tools 0.77 How-To-Repeat: conn.prepareStatement("INSERT INTO .........", Statement.RETURN_GENERATED_KEYS );
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2009-07-27 22:28:55 UTC FreeBSD ports repository Modified files: java/sqlitejdbc Makefile Added files: java/sqlitejdbc/files patch-src_org_sqlite_Conn.java Log: - Activat support for getGeneratedKeys() for prepared statements, which is supported as well as the non-prepared statement case, but it was currently returning a not implemented exception. PR: 137001 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer) Revision Changes Path 1.5 +1 -0 ports/java/sqlitejdbc/Makefile 1.1 +14 -0 ports/java/sqlitejdbc/files/patch-src_org_sqlite_Conn.java (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!