mongodb / mongo-jdbc-driver

JDBC Driver for MongoDB Atlas SQL interface
Apache License 2.0
39 stars 35 forks source link

SQL-554: Implement MongoSQLDatabaseMetadata, MongoSQL dialect meta me… #55

Closed bucaojit closed 2 years ago

bucaojit commented 3 years ago

…thods

JIRA: https://jira.mongodb.org/browse/SQL-554 Implemented MongoSQLDatabaseMetadata, MongoSQL dialect meta methods: getClientInfoProperties getSQLKeywords, getTypeInfo, getTableTypes

Does not have testing included. Similar to the PR for SQL-553 , depends on SQL-513, SQL-535, and SQL-551

bucaojit commented 3 years ago

Working on a change to use the schema helper function

pmeredit commented 2 years ago

I checked again, we said we would treat everything but specifically NULL and MISSING that is a BSON types as Types.OTHER, so change everything to Types.OTHER that doesn't have a more specific type.