mongodb / mongo-jdbc-driver

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

SQL-170: Map BSON boolean to JDBC boolean instead of bit #110

Closed EthanHardyMongo closed 2 years ago

EthanHardyMongo commented 2 years ago

I modified BsonTypeInfo.java so that BSON_BOOL maps BSON boolean to JDBC Boolean. Additionally, I changed the integration tests that were expecting sql type BIT to instead expect sql type BOOLEAN.

mattChiaravalloti commented 2 years ago

Some nits about the PR title (which ultimately becomes the commit message):

EthanHardyMongo commented 2 years ago

evergreen merge