mongodb / mongo-jdbc-driver

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

SQL-670: Update getTypeInfo to include type info for type Null #112

Closed EthanHardyMongo closed 2 years ago

EthanHardyMongo commented 2 years ago

I modified the getTypeInfo() method in MongoSQLDatabaseMetaData.java so that the type info for type null can now be returned.

EthanHardyMongo commented 2 years ago

evergreen merge