Create new jdbc driver for Database tools

I create a new jdbc driver. It can work well in DBeaver like show catalogs, schema, table but with Intellij, it shows only database#1 no schemas selected. When i read log, I found Intellij called only getCatalog and getSchema from java.sql.Connection
How can i fix this?

Hello,

  • which JDBC driver is that?
  • is this a local database?

Can you provide a more detailed workflow or detailed steps?

Thank you for your concern, I forgot to turn on Introspect using JDBC metadata in Expert options. After turning it on, everything worked as expected.