mongodb / mongo-jdbc-driver

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

SQL-24: Implement MongoDatabaseMetadata #13

Closed pmeredit closed 4 years ago

pmeredit commented 4 years ago

This is partially finished. Some parts are waiting on information schema from ADL. Two functions, I just need to finish, but I wanted to get this up for early feedback.

I've moved the MongoTestCursor into main from test, and renamed it to MongoExplicitCursor because it is needed to provide ResultSets of explicit fixed data from MongoDatabaseMetaData.

Also, there are no tests, yet.