canonical / sqlair

Friendly type mapping for SQL databases
Apache License 2.0
17 stars 8 forks source link

Error on missing output columns #89

Closed Aflynn50 closed 9 months ago

Aflynn50 commented 1 year ago

Add an error triggered when columns from output expressions do not appear in query results. This could happen when a output expressions is within a WITH clause of a query.

Also refactor TestIterGetErrors to be more concise and reliable. Before, if no error was thrown by iter.Get the test could still pass.