canonical / sqlair

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

bugfix: Iter.Get check number of args to prevent panic #118

Closed letFunny closed 7 months ago

letFunny commented 8 months ago

In Iter.Get we need to explicitly check the length of args before a check at the zero-index in order to prevent a panic.

manadart commented 7 months ago

Need a description on this one before we can merge it.