Export to GitHub

sqlite-jdbc - issue #10
supportsGetGeneratedKeys should return true, because it's already supported
Posted on Aug 29, 2011 by
Happy Elephant
Please describe a summary of the new feature (in a paragraph): supportsGetGeneratedKeys in MetaData currently returns false, but getGeneratedKeys in Stmt returns the keys from the latest insert. This behavior is inconsistent - I therefor propose supportsGetGeneratedKeys should return true.
Please provide any additional information below: http://download.oracle.com/javase/6/docs/api/java/sql/DatabaseMetaData.html#supportsGetGeneratedKeys()
Comment #1
Posted on Sep 12, 2012 by Quick PandaMoved to bitbucket: https://bitbucket.org/xerial/sqlite-jdbc/issue/22/
Comment #2
Posted on Sep 12, 2012 by Quick PandaThe change for this is done now on bitbucket: https://bitbucket.org/xerial/sqlite-jdbc/changeset/50704c79ad414315cf53a425cfb243ea0832ee99
Status: Fixed