1. 24 10月, 2014 1 次提交
  2. 17 10月, 2014 5 次提交
  3. 11 9月, 2014 2 次提交
  4. 09 9月, 2014 2 次提交
  5. 08 9月, 2014 5 次提交
  6. 22 8月, 2014 1 次提交
    • P
      Add support for basic type pointer fields · d7c3727f
      Peter Fern 提交于
      Allows models like:
      
      ```
      type User struct {
      	Id    int64
      	Name  string
      	Email *string `orm:"null"`
      }
      ```
      
      This helps a lot when doing JSON marshalling/unmarshalling.
      
      Pointer fields should always be declared with the NULL orm tag for sanity, this
      probably requires documentation.
      d7c3727f
  7. 18 8月, 2014 1 次提交
  8. 08 8月, 2014 2 次提交
  9. 07 8月, 2014 1 次提交
  10. 26 7月, 2014 1 次提交
  11. 04 7月, 2014 1 次提交
  12. 03 7月, 2014 1 次提交
  13. 01 7月, 2014 2 次提交
  14. 25 6月, 2014 1 次提交
  15. 22 6月, 2014 1 次提交
  16. 10 6月, 2014 1 次提交
  17. 17 5月, 2014 6 次提交
  18. 16 5月, 2014 1 次提交
  19. 15 5月, 2014 1 次提交
  20. 14 5月, 2014 1 次提交
  21. 12 4月, 2014 1 次提交
  22. 11 4月, 2014 1 次提交
  23. 19 3月, 2014 1 次提交