1. 26 Oct, 2017 1 commit
    • mlgd's avatar
      Update for MySQL timezone detection bug · 3332dbe5
      mlgd authored
      Use "DefaultTimeLoc" for "al.TZ" default value
      Don't set TZ on alias when t.Location() is empty
      
      You can set your MySQL server timezone on main.go init function.
      Example :
      orm.DefaultTimeLoc, _ = time.LoadLocation("Europe/Paris")
      3332dbe5
  2. 23 Oct, 2017 3 commits
  3. 18 Oct, 2017 1 commit
  4. 17 Oct, 2017 3 commits
  5. 16 Oct, 2017 1 commit
  6. 15 Oct, 2017 1 commit
  7. 14 Oct, 2017 3 commits
  8. 11 Oct, 2017 1 commit
  9. 05 Oct, 2017 1 commit
  10. 08 Sep, 2017 4 commits
  11. 07 Sep, 2017 1 commit
  12. 02 Sep, 2017 1 commit
  13. 31 Aug, 2017 1 commit
  14. 23 Aug, 2017 2 commits
  15. 22 Aug, 2017 1 commit
  16. 20 Aug, 2017 1 commit
  17. 11 Aug, 2017 1 commit
  18. 09 Aug, 2017 2 commits
  19. 06 Aug, 2017 3 commits
  20. 03 Aug, 2017 2 commits
  21. 02 Aug, 2017 1 commit
    • Ingo Oeser's avatar
      fix bad error code · 3f450299
      Ingo Oeser authored
      By providing a unique error code instead of a format specifier without using an error formatting function.
      3f450299
  22. 30 Jul, 2017 1 commit
  23. 18 Jul, 2017 4 commits