Commit graph

8 commits

Author SHA1 Message Date
Patrick O'brien
5873ea302b Fix imports for v6 2016-11-12 11:45:55 +10:00
Patrick O'brien
50834ac6bc Add byte type 2016-11-11 17:15:01 +10:00
Patrick O'brien
133b805f06 Rm duplicates of []byte("null"), began byte type 2016-11-11 01:40:50 +10:00
Patrick O'brien
fed49d7096 Fix all unmarshaljson funcs and all types 2016-11-11 01:00:05 +10:00
Patrick O'brien
70e2c9d0e6 Fix import paths for v5 2016-09-07 21:33:21 +10:00
Patrick O'brien
67ba4e0272 Fix README, fix Valuer methods
* Fix import paths
2016-06-08 13:53:02 +10:00
Patrick O'brien
4f91fe41ce Add all additional types to zero package
* Add all additional float, int and uint types to zero package
* Moved convert to its own package

* Updated README to reflect changes
2016-05-18 17:00:15 +10:00
Patrick O'brien
bbb7b84bb6 Add all int and float null types
* Add Scan and Value methods for non sql.Int64 and sql.Float64 types
* Change NullInt to use int in the code opposed to int64
* Rename Float to Float64
* Add support for all missing key int and float types:
  float32, int8, int16, int32, int64, uint8, uint16, uint32, uint64

* Update README to include new additions/changes
2016-05-17 22:02:36 +10:00