All Versions
70
Latest Version
Avg Release Cycle
18 days
Latest Release
-

Changelog History
Page 7

  • v2.0.1 Changes

    • ๐Ÿ›  Fixed issue when ScanStruct(s) was used with SelectDistinct and caused a panic.
  • v2.0.0 Changes

    • ๐Ÿ“œ When scanning a struct or slice of structs, the struct(s) will be parsed for the column names to select. #9 - @technotronicoz
  • v1.0.0 Changes

    • You can now passed an IdentiferExpression to As #8 - @croachrose
    • โž• Added info about installation through gopkg.in
  • v0.3.1 Changes

    • ๐Ÿ›  Fixed issue setting Logger when starting a new transaction.
  • v0.3.0 Changes

    • โšก๏ธ Changed sql generation methods to use a common naming convention. To(Sql|Insert|Update|Delete)
      • Also changed to have common return values string, []interface{}, error)
    • โž• Added Dataset.Prepared which allows a user to specify whether or not SQL should be interpolated. #7
    • โšก๏ธ Updated Docs
      • More examples
    • โœ… Increased test coverage.
  • v0.2.0 Changes

    • ๐Ÿ”„ Changed CrudExec to not wrap driver errors in a GoquError #2
    • โž• Added ability to use a dataset in an Ex map or Eq expression without having to use In #3
      • db.From("test").Where(goqu.Ex{"a": db.From("test").Select("b")})
    • โšก๏ธ Updated readme with links to DefaultAdapter
  • v0.1.1 Changes

    • โž• Added SQLite3 adapter #1 - @mattn
  • v0.1.0 Changes

    • โž• Added:
    • โœ… More tests and examples
    • โž• Added CONTRIBUTING.md
    • โž• Added LICENSE information
    • โœ‚ Removed godoc introduction in favor of just maintaining the README.
  • v0.0.2 Changes

    • ๐Ÿ›  Fixed issue with goqu.New not returning a pointer to a Database
  • v0.0.1 Changes

    • ๐ŸŽ‰ Initial release