mongodb / mongo-jdbc-driver

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

SQL-800: Implemented getString for Document and Array columns #98

Closed bucaojit closed 2 years ago

bucaojit commented 2 years ago

JIRA: https://jira.mongodb.org/browse/SQL-800

getString() for Document and Array columns return extJSON string.

Added array value to the row in types_other collection. Added integration test to query array and document values as string.

bucaojit commented 2 years ago

evergreen merge