Summary: | [MAINTAINER] java/sqlitejdbc: activate existent feature | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Lapo Luchini <lapo> | ||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Lapo Luchini
2009-07-22 17:50:05 UTC
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! |