SQLBoiler v3.0.0-rc9 Release Notes

  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix a bug where rows may not be closed when bind failed in some way
    • ๐Ÿ›  Fix aliasing of primary key column names in exist template
    • ๐Ÿ›  Fix a bug in the psql driver where double precision was converted into a decimal type when it indeed should be float64.
    • ๐Ÿ›  Fix a bug in the psql driver where double precision and real arrays were converted into decimal arrays, now they are converted into float64 arrays. For real this may not be ideal but it's a better fix for now since we don't have a float32 array.