oyvindberg / typo

Typed Postgresql integration for Scala. Hopes to avoid typos
https://oyvindberg.github.io/typo/
MIT License
99 stars 9 forks source link

Fix usage of array types in DSL #103

Closed oyvindberg closed 3 months ago

oyvindberg commented 3 months ago

This PR goes some way towards fixing the most dire things, but it was a mistake to reuse sql type names from the typeclass instances of the database libraries.

The fix for anorm is a hack, and the only path foward is really to not use ParameterMetaData at all.