heavyai/heavyai-jdbc

[feature] - JDBC getImportedKeys method support

archenroot opened this issue · 5 comments

I am trying to integrate with standard DB IDEs and facing small issue:

Not supported yet, line:1388 class:com.mapd.jdbc.MapDDatabaseMetaData method:getImportedKeys
Not supported yet, line:1388 class:com.mapd.jdbc.MapDDatabaseMetaData method:getImportedKeys

Do you plan to support such JDBC interface method in near future?

Thank you for response.

Yeah, sure, I will make just empty ResultSet as mapd doesn't work with primary neither foreign keys. But these methods are used by other tools as well.... so just to make them not scream.

This issue is just reminder to implement, so I don't forget to replace exception with...:
return new ResultSet();

Features like these are great areas for community contributions, so if you have the capability to add this functionality, we'd be happy to incorporate it.

Ok, I'll add the generation of an empty result set with the correct names and datatype on those methods.