mongodb / mongo-jdbc-driver

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

SQL-153: Create basic getObject implementation #37

Closed rychipman closed 3 years ago

rychipman commented 3 years ago

DBeaver was failing because it was calling getObject on LONGVARCHAR columns (not sure why it didn't use getString, but that's beside the point). This PR provides an implementation for getObject

rychipman commented 3 years ago

@pmeredit added unit testing, and caught a few small bugs along the way!