summaryrefslogtreecommitdiff
path: root/java/sqlitejdbc/files/patch-src_org_sqlite_Conn.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Activat support for getGeneratedKeys() for prepared statements, which isMartin Wilke2009-07-271-0/+14
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)