mongodb / mongo-jdbc-driver

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

SQL-535: Implement MongoSQLResultSet #53

Closed bucaojit closed 2 years ago

bucaojit commented 2 years ago

Jira: https://jira.mongodb.org/browse/SQL-535 Implemented the MongoSQLResultSet subclass functions Added test MongoSQLResultSetTest.java based on MySQLResultSetTest Enabled tests in MongoSQLStatementTest.java