SQLBoiler v3.0.0-rc3 Release Notes

  • โž• Added

    • โž• Add CockroachDB out of band driver link to readme (thanks @glerchundi)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix an issue in psql driver where if you had a primary key with the same name in two different tables, it could possibly get the wrong one (#308)
    • ๐Ÿ‘ Allow errcheck to run successfully (exclude fmt.Fprint(|ln|f) function) on models
    • ๐Ÿ›  Fix an issue where debug output wouldn't output on crash (exactly when you want it)
    • ๐Ÿ›  Fix issue with boolean values 'true' and 'false' not being accepted (thanks @glerchundi)