mongodb / mongo-jdbc-driver

JDBC Driver for MongoDB Atlas SQL interface
Apache License 2.0
37 stars 33 forks source link

SQL-552: Implement MongoSQLDatabaseMetaData db and table methods #60

Closed mattChiaravalloti closed 2 years ago

mattChiaravalloti commented 2 years ago

This PR implements the MongoSQLDatabaseMetaData database and table methods (getColumns, getColumnPrivileges, getTables, getTablePrivileges, and getCatalogs).

This ticket is also meant to cover the index methods (getBestRowIdentifier, getIndexInfo, and getPrimaryKeys). I am still working on those so I figured I'd put these up as a milestone since they're in a more ready state right now. I'll update this PR with the index methods soon.

mattChiaravalloti commented 2 years ago

Finally got this back into review. All previous comments have been addressed and the remaining methods have been implemented 👍