Skip to content

v0.3.0

Compare
Choose a tag to compare
@paddycarver paddycarver released this 12 Feb 04:51
· 15 commits to main since this release

Updated to use generics and any from Go 1.18. Also, added SQLiteString() as a method for *Query, allowing first-class support for SQLite outputs, even though they're the same as MySQL outputs.

Insert no longer requires converting slices to []pan.SQLTableNamer before they can be passed as variadic arguments thanks to generics.

*Query.In still requires converting slices to []any before they can be passed in as variadic arguments, as generics can't be used on methods at the moment.