decimal
decimal copied to clipboard
properly handle nil value in Scan
The current implementation breaks expected behaviour of sql scanner when scanning into a pointer. Scanning a NULL column into a pointer d *Decimal returns an error instead of the pointer being set to nil