|
|
|
It probably would be appropriate. Can you figure out what all it would need to do that it doesn't right now?
I'm fairly sure the only thing it needs (and the implementation of the HSQLDB driver is similar because the relevant code in that adapter is not very good) is to copy the two methods from the postgresjdbc adapter (tables and columns) that fetch all the metadata. The metadata search specs to jdbc should be selective so as to exclude system tables. Likewise, columns need to also do the same thing.
I think this is actually a dupe of another bug where it's pulling in metadata it should not. Can you do some research in the bug repo and see if there's been a fix proposed for it?
|
|||||||||||||||||||||||||||||||||||||||||||||||||
Perhaps it would be appropriate to make a proper separate adapter for h2?