mongodb / mongo-jdbc-driver

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

SQL-707: Update getTypeInfo() result set to be ordered according to the specification #114

Closed EthanHardyMongo closed 2 years ago

EthanHardyMongo commented 2 years ago

I changed the ordering of the result set to be ordered by DATA_TYPE (from least to greatest) if the DATA_TYPE is not equal to 1111. Additionally, I sorted all the Types with DATA_TYPE == 1111 alphabetically and put them after the types with DATA_TYPE != 1111.

EthanHardyMongo commented 2 years ago

evergreen merge