mongodb / mongo-jdbc-driver

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

SQL-511: Implement MongoSQLStatement #46

Closed pmeredit closed 2 years ago

pmeredit commented 2 years ago

This implements MongoSQLStatement, with some necessary refactoring to MongoResultSet to make the implementation work as expected.

pmeredit commented 2 years ago

I forgot to copy the tests!

pmeredit commented 2 years ago

Many of the MongoSQLStatement unit tests needed to be commented out because they require MongoSQLResultSet functionality in order to work. I'm going to actually go ahead and file that ticket (it's one we haven't filed yet) and add a note to reenable these tests as part of it