On Wed, 10 Apr 2024 at 13:01, prrvchr <prrv...@gmail.com> wrote:

> > if we _did_ improve it, we would break some downstream libraries (like
> JOOQ and Hibernate), who rely on the values we currently return from that
> method
>
> Not if you only change the input handling: support the SYSTEM TABLE and
> TABLE types in addition to TABLE BASE in the type given as input to the
> DatabaseMetaData.getTables() method.
> I think less than 10 lines of code are necessary....
>

Possibly I am missing something.

I am sure we could do that, and possibly it would have no negative side
effects.
But for you, that would require waiting for a new version to become
available, which might take some months.

Why is it hard to use the workaround? ie. doing

SELECT *, DB_OBJECT_ID('TABLE', TABLE_SCHEMA, TABLE_NAME) < 0 IS_SYSTEM FROM
INFORMATION_SCHEMA.TABLES;

-- 
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 h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/CAFYHVnUJnLbYuX0zyB6N9zW_UR-bWs7mnnTKOeFgfK2fOBV06w%40mail.gmail.com.

Reply via email to