mongodb / mongo-jdbc-driver

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

SQL-1916: Fail retrieving info by column name if the column name is duplicated #247

Closed nbagnard closed 4 months ago

nbagnard commented 4 months ago

In order to not break the existing behavior (and to match MySQL and Postgres), I did not rename the columns. Instead, the driver will fail retrieving information by column name if there is more than one column with the requested name.