mongodb / mongo-jdbc-driver

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

Helpers for running manual checks #76

Closed nbagnard closed 2 years ago

nbagnard commented 2 years ago

Helpers to quickly test something out and print the Resultset (and metadata if wanted) in a format similar to :

+----------------------|----------------------|----------------------|----------------------+
| _id                  | a                    | b                    | xyz                  |
+----------------------|----------------------|----------------------|----------------------+
| 0                    | 1                    | true                 | hello                |
| 1                    | 2                    | null                 | null                 |
+----------------------|----------------------|----------------------|----------------------+
mattChiaravalloti commented 2 years ago

I likely missed a lot of context surrounding this PR but am curious what we intend to do with this code. See my last thread for my specific concerns. Also, is there a dedicated ticket associated with this or is it a spin-off from another PR/ticket, or is it just untracked side work?