All Versions
48
Latest Version
Avg Release Cycle
34 days
Latest Release
643 days ago

Changelog History
Page 3

  • v4.4.0 Changes

    December 16, 2020

    โž• Added

    • โž• Add support for a qm.Comment query mod to add comments to queries that will be given to the server for tracing purposes (thanks @Pilatuz)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix compatibility with ANSI_QUOTES in mysql (thanks @alexsander-souza)
  • v4.3.1 Changes

    November 17, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix case sensitive table name lookup in psql driver (thanks @severedsea)
  • v4.3.0 Changes

    November 04, 2020

    โž• Added

    • โž• Add comments to generated code from db for psql driver (thanks @vladvelici)
    • โž• Add boil.None() to help with DO NOTHING upsert in mssql/mysql (thanks @emmanual099)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix qm.WhereNotIn/qm.AndNotIn/qm.OrNotIn generating the wrong types of clauses (thanks @peterIdowns)
    • ๐Ÿ›  Fix an issue where order of columns can change during eager loading which could cause errors (thanks @inoc603)
    • ๐Ÿ›  Fix longstanding naming conflict when not using suffixes for foreign keys (thanks @yuzuy)
    • ๐Ÿ›  Fix auto-generated timestamp columns not respecting aliases (thanks @while-loop)
    • ๐Ÿ›  Fix upsert bug using schema names in mysql/mssql (thanks @emmanuel099)
    • ๐Ÿ›  Fix blacklist/whitelist as environment variables being clobbered by incorrect values (thanks @Amandeepsinghghai)
  • v4.2.0 Changes

    July 03, 2020

    โž• Added

    • โž• Add types.DecimalContext to control the context with which new decimals are created. This is important if your application uses a special context with more precision or requires the Go operating mode for example.
    • โž• Add WhereNotIn/AndNotIn/OrNotIn query mods to help solve a bug
    • โž• Add alias struct case type (uses the columns alias) (thanks @Darkclainer)
    • โž• Add ability to type replace on tables (thanks @stephenafamo)

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change the way column cache keys are created and looked up, improving memory performance of sqlboiler's caching layer (thanks @zikaeroh)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix the psql driver to correctly ignore generated columns (thanks @chochihim)
    • ๐Ÿ›  Fix an issue with mariadb ssl-mode when running generated tests (thanks @tooolbox)
    • ๐Ÿ›  Fix $1 placeholder in mysql DeleteAll() when using soft delete (thanks @mfzy602)
    • ๐Ÿ›  Fix boilingcore tests to use current module via replace instead of the published v4 module
  • v4.1.2 Changes

    May 18, 2020

    ๐Ÿ‘€ See CHANGELOG.md for details.

  • v4.1.1 Changes

    May 05, 2020

    ๐Ÿ›  Fix breakage in mysql driver generation

    Same details available in CHANGELOG.md

  • v4.1.0 Changes

    May 04, 2020

    โž• Added

    • โž• Add support for postgresql oid type (thanks @ImVexed)
    • โž• Add a new --relation-tag option to control the tag name of the relationship struct in generated structs - this can expose loaded relationships to APIs (thanks @speatzle)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix issue that caused horrible mysql generation performance (thanks @oderwat)
  • v4.0.1 Changes

    May 02, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix missing soft-delete pieces for the P/G variants (thanks @psucodervn)
  • v4.0.0 Changes

    April 27, 2020

    NOTE: Your database drivers must be rebuilt upon moving to this release

    โž• Added

    • โž• Add a --add-soft-deletes that changes the templates to use soft deletion (thanks @namco1992)
    • โž• Add a --no-back-referencing flag to disable setting backreferences in relationship helpers and eager loading. (thanks @namco1992)
    • โž• Add not in helpers (thanks @RichardLindhout)

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed dependency scheme to go modules
    • ๐Ÿ”„ Changed randomize/strmangle to be external dependencies to avoid module cycles with the null package.
    • ๐Ÿ”„ Changed the way comparisons work for keying caches which dramatically speeds up cache lookups (thanks @zikaeroh)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix postgres tests failing on partioned tables (thanks @troyanov)
    • ๐Ÿ›  Fix enums with spaces being disallowed (thanks @razor-1)
    • ๐Ÿ›  Fix postgresql looking at other types of tables (eg. views) and reporting that they do not have primary keys (thanks @chochihim)
  • v3.7.1 Changes

    April 27, 2020

    ๐Ÿ‘€ See CHANGELOG.md for details.