mongodb / mongo-jdbc-driver

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

SQL-721: Handle null value in getTables() for tableNamePattern #75

Closed bucaojit closed 2 years ago

bucaojit commented 2 years ago

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

When tableNamePattern is null then table name will not be used to narrow the search. Added test for getTables with tableNamePattern as null.