Skip to content

Latest commit

 

History

History
546 lines (337 loc) · 25.7 KB

CHANGELOG.md

File metadata and controls

546 lines (337 loc) · 25.7 KB

Change Log

v3.39.3 (2017-10-21)

Full Changelog

Closed issues:

  • "<" is HTML encoded #146

Merged pull requests:

  • add Query.ExecWithCount to return affectedrows #112 (u007)

v3.39.2 (2017-10-20)

Full Changelog

Merged pull requests:

v3.39.1 (2017-10-17)

Full Changelog

v3.39.0 (2017-10-17)

Full Changelog

Closed issues:

  • concurrency hashmap write issue #136
  • id entered multiple times with model generate #87
  • If id field is provided to soda, default ID should not be generated #73

Merged pull requests:

v3.38.3 (2017-10-13)

Full Changelog

v3.38.2 (2017-10-13)

Full Changelog

v3.38.1 (2017-10-12)

Full Changelog

Closed issues:

  • count sql with group by and having? #137
  • Can't create migration #134

Merged pull requests:

  • Updated instructions on how to generate migrations #135 (fdonzello)

v3.38.0 (2017-10-01)

Full Changelog

Merged pull requests:

v3.37.2 (2017-09-28)

Full Changelog

v3.37.1 (2017-09-25)

Full Changelog

Closed issues:

  • Default id column for models generation should be an integer #33

Merged pull requests:

v3.37.0 (2017-09-23)

Full Changelog

v3.36.1 (2017-09-22)

Full Changelog

Merged pull requests:

v3.36.0 (2017-09-20)

Full Changelog

Closed issues:

  • soda: when generate model, can't use single char in #128

v3.35.0 (2017-09-19)

Full Changelog

v3.34.0 (2017-09-13)

Full Changelog

Merged pull requests:

v3.33.0 (2017-08-30)

Full Changelog

Closed issues:

  • c.ValidateAndSave error classification #117

Merged pull requests:

  • fixed mysql url parser using underlying driver's parser. #119 (sio4)
  • handle url configuration for mysql properly #118 (sio4)
  • create/drop db via psql, trust auth not required #115 (j0hnsmith)

v3.32.1 (2017-08-22)

Full Changelog

v3.32.0 (2017-08-22)

Full Changelog

Closed issues:

  • introduce dep for vendor management #90
  • add_column not supported on same migration file as create #80

v3.31.0 (2017-08-17)

Full Changelog

Closed issues:

  • Custom field type possible? #111

v3.30.1 (2017-08-08)

Full Changelog

Closed issues:

  • Killed: 9 running test #110
  • [feature] new cache? #109
  • soda pg migrate change_column to uuid fails #107

v3.30.0 (2017-07-27)

Full Changelog

Merged pull requests:

v3.29.1 (2017-07-26)

Full Changelog

v3.29.0 (2017-07-26)

Full Changelog

Closed issues:

  • select columns doesnt support raw select #105
  • pop.Query.ToSQL does not support columns with concat #57

v3.28.0 (2017-07-24)

Full Changelog

Merged pull requests:

v3.27.1 (2017-07-23)

Full Changelog

Closed issues:

  • nulls.Float64 translates to float64 for db column should be float #103
  • Add JSON support to fizz #99

v3.27.0 (2017-07-19)

Full Changelog

Merged pull requests:

v3.26.0 (2017-07-17)

Full Changelog

Merged pull requests:

v3.25.3 (2017-07-12)

Full Changelog

Merged pull requests:

v3.25.2 (2017-07-10)

Full Changelog

v3.25.1 (2017-07-05)

Full Changelog

v3.25.0 (2017-07-05)

Full Changelog

v3.24.0 (2017-07-03)

Full Changelog

Closed issues:

  • migration nulls.<TYPE> wrong naming #88
  • Find/First to return sql.ErrNoRows ? #84

Merged pull requests:

  • Quote database name on mysql #94 (alexcarol)
  • Refactored the entire migration system to make it easier to add new types of migrators #92 (markbates)
  • improve error messages when db create/drop fail. #91 (glycerine)

v3.23.3 (2017-06-27)

Full Changelog

Closed issues:

  • How to use callbacks? #83

v3.23.2 (2017-06-19)

Full Changelog

v3.23.1 (2017-06-16)

Full Changelog

v3.23.0 (2017-06-16)

Full Changelog

v3.22.0 (2017-06-11)

Full Changelog

v3.21.1 (2017-06-09)

Full Changelog

Closed issues:

  • User specific value for 'ID' #75
  • Mysql Connection String does not appear to work #71

Merged pull requests:

  • Fix MySQL connection string not working, fixes #71 #72 (koesie10)
  • fix migrate down causes index -1 #70 (u007)
  • Query join support #58 (u007)

v3.21.0 (2017-04-19)

Full Changelog

Closed issues:

  • Proposal: migrate status #62

Merged pull requests:

v3.20.0 (2017-04-19)

Full Changelog

Closed issues:

  • Mysql create with int64 primary key #63

Merged pull requests:

  • added the ability to shell out to an external command during a fizz migration #68 (markbates)
  • fixes markbates/pop#63, allowing int64 IDs on models #67 (markbates)
  • Adding Migrate Status command #66 (kushwiz)

v3.19.0 (2017-04-14)

Full Changelog

v3.18.0 (2017-04-14)

Full Changelog

v3.17.0 (2017-04-11)

Full Changelog

v3.16.0 (2017-04-11)

Full Changelog

Closed issues:

  • Address struct will become addres table name #61

v3.15.0 (2017-04-11)

Full Changelog

v3.14.1 (2017-04-10)

Full Changelog

v3.14.0 (2017-04-10)

Full Changelog

Closed issues:

  • Cannot generate a config and cannot update pop #60
  • How can I exec a raw sql query? #59

v3.13.7 (2017-04-04)

Full Changelog

Closed issues:

  • count is currently taking order sql #56
  • Add model generation example #19

v3.13.6 (2017-03-29)

Full Changelog

Closed issues:

  • allow raw sql for default value #53
  • Generated model with an already plural name fails to compile #37
  • model generation fails to compile #32

v3.13.5 (2017-03-28)

Full Changelog

Merged pull requests:

  • fix migrate down to correctly step down #54 (u007)

v3.13.4 (2017-03-27)

Full Changelog

Closed issues:

  • migration down roll back all? #47

Merged pull requests:

  • add uuid support for sqlite #52 (u007)

v3.13.3 (2017-03-24)

Full Changelog

v3.13.2 (2017-03-21)

Full Changelog

Closed issues:

  • transaction with destroy: error committing or rolling back transaction: sql: Transaction has already been committed or rolled back #48

Merged pull requests:

v3.13.1 (2017-03-19)

Full Changelog

v3.13.0 (2017-03-19)

Full Changelog

v3.12.1 (2017-03-17)

Full Changelog

Merged pull requests:

v3.11.7 (2017-03-17)

Full Changelog

Closed issues:

  • reflect: call of reflect.Value.Elem on struct Value #45

Merged pull requests:

  • set default migrate down to run only single migration. #49 (u007)

v3.11.6 (2017-03-06)

Full Changelog

v3.11.5 (2017-03-06)

Full Changelog

Closed issues:

  • Panic running soda config #44

v3.12.0 (2017-03-01)

Full Changelog

Merged pull requests:

  • Xela rellum xela rellum/remove connections singleton 2 #42 (markbates)

v3.11.4 (2017-03-01)

Full Changelog

Closed issues:

  • Generated model with a name beginning with "b" fails to compile #38

Merged pull requests:

v3.11.3 (2017-02-04)

Full Changelog

Merged pull requests:

  • Avoid wrapping mysql table names in strings #29 (r-butler)

v3.11.2 (2017-02-03)

Full Changelog

v3.11.1 (2017-02-02)

Full Changelog

Closed issues:

  • Transaction wrapper for tests ignores Rollback result #26

Merged pull requests:

  • Distinguish between empty strings and NULL (?) #28 (hypirion)
  • Mem patch 3 #24 (markbates)
  • Update import path for nulls #23 (mem)
  • Add soda generate model documentation to README.md #22 (mem)
  • Escape . in nrx regexp #21 (mem)

v3.11.0 (2017-01-13)

Full Changelog

Merged pull requests:

v3.10.1 (2017-01-10)

Full Changelog

Closed issues:

  • mysql dialect doesn't respect port and host parameters #15
  • sqlite example incorrect? #13
  • Add "Generated by ..." comment to top of generated files #9

Merged pull requests:

v3.10.0 (2017-01-05)

Full Changelog

3.9.9 (2017-01-04)

Full Changelog

3.9.8 (2016-12-30)

Full Changelog

Closed issues:

  • Inconsistency in README.md #12
  • Documentation on default databases clarification #10
  • Vendoring strategy for pop/sqlx #7

Merged pull requests:

3.9.2 (2016-11-27)

Full Changelog

Closed issues:

  • Roadmap or feature-complete? #8

v3.8.0 (2016-08-30)

Full Changelog

v3.7.2 (2016-08-26)

Full Changelog

v3.7.1 (2016-08-26)

Full Changelog

v3.7.0 (2016-08-26)

Full Changelog

v3.6.2 (2016-08-26)

Full Changelog

v3.6.1 (2016-08-26)

Full Changelog

v3.6.0 (2016-08-26)

Full Changelog

v3.5.1.1 (2016-08-26)

Full Changelog

v3.5.1 (2016-08-26)

Full Changelog

v3.5.2 (2016-08-26)

Full Changelog

v3.5.0 (2016-08-25)

Full Changelog

v3.4.1 (2016-08-25)

Full Changelog

v3.4.0 (2016-08-25)

Full Changelog

v3.3.1 (2016-08-23)

Full Changelog

v3.3.0 (2016-08-19)

Closed issues:

  • Add dialect detection via the Parse function #1

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator