I was trying to run SchemaSpy on a DuckDB database with indices defined, and it was dying after throwing a host of exceptions related to missing metadata functions. I took a stab at implementing the ones it was complaining about, and it seems to work now by producing diagrams. (There are still a few left, but they seem recoverable.)
I'm not a JDBC expert, so I don't know if this is good enough. Is this good enough for a PR, or what else would you like to see?
I was trying to run SchemaSpy on a DuckDB database with indices defined, and it was dying after throwing a host of exceptions related to missing metadata functions. I took a stab at implementing the ones it was complaining about, and it seems to work now by producing diagrams. (There are still a few left, but they seem recoverable.)
I'm not a JDBC expert, so I don't know if this is good enough. Is this good enough for a PR, or what else would you like to see?