ghetzel / pivot

An extensible database abstraction service, written in Golang.
GNU Lesser General Public License v2.1
66 stars 5 forks source link

SQL Regression: auto-detected schema is overriding definition #18

Closed ghetzel closed 5 years ago

ghetzel commented 5 years ago

A change was made that caused the sql.GetCollection call to return auto-detected schema details in preference over any explicitly-defined schema. This is not ideal, because it's throwing way solid known details about the collection in lieu of best guesses.