Hi, Patches are welcome!
Regards, Thomas On Friday, December 18, 2015, Rami Ojares <[email protected]> wrote: > Hi, > > Since Java 7 JDBC API's method DatabaseMetaData.getColumns(...) > has returned a column named IS_GENERATEDCOLUMN. > > The documentation says: > IS_GENERATEDCOLUMN String => Indicates whether this is a generated column > > YES --- if this a generated column > NO --- if this not a generated column > empty string --- if it cannot be determined whether this is a > generated column > > Would be nice if this could be added to H2. > > - Rami Ojares > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
