Releases: axiomzen/null
Add Utility Method
Simply adds a method that was in our helpers package before
Make pg driver version agnostic
Use the generic GitHub URL for the pg driver
Update pg driver
This updates the pg driver; made it a major release as not to mess up everyone.
Int32 support
Adds Int32 support. A caveat is that this support depends on borrowing golang sql package code, as sql.Int32 does not exist and needs to be created here. So the code might go out of sync.
Had to bump the major version despite being a small change as I changed the API (null.Int is now null.Int64, etc)
Remove locking around format
- Also made the
null.Timeandzero.Timeuse the same time format. - Breaks the API so making a major version bump.
Support for isZeroer interface
Pg has updated their library, lets see if this works
Time from []byte
Trying to get pg to work
lorem.Decode support
Adds lorem.Decode support so that we can still lorem.Fill these structs (especially the String classes)
compare.Valuable support
Adding interface for support for compare.Valuable (i.e. when comparing these values to *time.Time or *string or string, etc. they should compare the values not the struct itself)
v3.2
Adds in xml, custom time format and bson support.