Re: Parsing with meta lookups issues

2024-05-01 Thread Lukas Eder
Hi Ahmed, The default MetaProvider uses JDBC DatabaseMetaData and doesn't cache itself. You can implement your own MetaProvider, where you cache the results e.g. using Meta.snapshot(), or you can use another implementation, e.g. a DDL based one:

Parsing with meta lookups issues

2024-05-01 Thread Ahmed Ghanmi
We are trying to test parsing with meta lookups. However, we had two issues : - jOOQ was attempting to fetch metadata with every connection even when the DSLContext is reused. Are we missing something in the settings? - it seems that jOOQ isn't identifying tables/columns unless the identifiers