netcharm / sqlite-jdbc

Automatically exported from code.google.com/p/sqlite-jdbc
Apache License 2.0
0 stars 0 forks source link

supportsGetGeneratedKeys should return true, because it's already supported #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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#supp
ortsGetGeneratedKeys()

Original issue reported on code.google.com by andreas....@gmail.com on 29 Aug 2011 at 8:30

GoogleCodeExporter commented 8 years ago
Moved to bitbucket: https://bitbucket.org/xerial/sqlite-jdbc/issue/22/

Original comment by Grace.Ba...@gmail.com on 12 Sep 2012 at 2:50

GoogleCodeExporter commented 8 years ago
The change for this is done now on bitbucket: 
https://bitbucket.org/xerial/sqlite-jdbc/changeset/50704c79ad414315cf53a425cfb24
3ea0832ee99

Original comment by Grace.Ba...@gmail.com on 12 Sep 2012 at 2:51