Skip to content

Releases: axiomzen/null

Add Utility Method

12 Mar 03:04
caf7c03

Choose a tag to compare

Simply adds a method that was in our helpers package before

Make pg driver version agnostic

21 Jun 17:30

Choose a tag to compare

Use the generic GitHub URL for the pg driver

Update pg driver

02 Mar 01:01

Choose a tag to compare

This updates the pg driver; made it a major release as not to mess up everyone.

Int32 support

08 Dec 02:31

Choose a tag to compare

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

22 Nov 21:23

Choose a tag to compare

  • Also made the null.Time and zero.Time use the same time format.
  • Breaks the API so making a major version bump.

Support for isZeroer interface

09 Sep 01:11

Choose a tag to compare

Pg has updated their library, lets see if this works

Time from []byte

22 Jul 18:24

Choose a tag to compare

Trying to get pg to work

lorem.Decode support

22 Jul 06:51

Choose a tag to compare

Adds lorem.Decode support so that we can still lorem.Fill these structs (especially the String classes)

compare.Valuable support

22 Jul 01:06

Choose a tag to compare

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

21 Jul 23:08

Choose a tag to compare

Adds in xml, custom time format and bson support.