GDA_TYPE_NULL

Previous versions of Libgda represented SQL NULL values as a GValue completely filled with zeros (i.e. of type G_TYPE_INVALID), and GDA_TYPE_NULL was thus equivalent to G_TYPE_INVALID.

This new version introduces a new specific type for the same GDA_TYPE_NULL (which means GDA_TYPE_NULL no longer equals G_TYPE_INVALID). The most common sources of errors brought by this change are: