Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
postgresql database
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
17 Nov 2010 at 10:19 UTC
Updated:
28 Dec 2010 at 19:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
Stevel commentedOld code was left in previous patch, reroll
Comment #2
Stevel commentedReflecting the consequence of this bug
Comment #3
Stevel commentedRemoved superflous newline, no other changes
Comment #4
damien tournoud commentedThis patch adds another missing bit to changeField() on PostgreSQL: handling of NULL / not NULL values.
I asked Stevel to check the behavior of PostgreSQL when the column is already NULL or NOT NULL, and it is a no-operation and doesn't trigger and error. Looks good to go.
Comment #5
dries commentedThis looks good. Committed to CVS HEAD. Thanks.