AnantLabs / xerial

Automatically exported from code.google.com/p/xerial
0 stars 0 forks source link

MetaData.getColumns() should return "YES" or "NO" for IS_NULLABLE column #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
From the javadoc of DatabaseMetaData.getColumns():

     *  <LI><B>IS_NULLABLE</B> String => "NO" means column definitely 
     *      does not allow NULL values; "YES" means the column might 
     *      allow NULL values.  An empty string means nobody knows.

However the current implementation returns "Y" or "N". The patch is trivial.

Original issue reported on code.google.com by jdeolive...@gmail.com on 7 Nov 2010 at 10:28

Attachments:

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

Original comment by Grace.Ba...@gmail.com on 8 Sep 2012 at 1:22