1. 22 Aug, 2014 1 commit
    • Add support for basic type pointer fields · d7c3727f
      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.
      Peter Fern committed
  2. 21 Aug, 2014 2 commits
  3. 20 Aug, 2014 6 commits
  4. 19 Aug, 2014 3 commits
  5. 18 Aug, 2014 13 commits
  6. 17 Aug, 2014 2 commits
  7. 16 Aug, 2014 3 commits
  8. 15 Aug, 2014 10 commits