Code review comment for lp:~jamesh/storm/bug-585704

Revision history for this message
John O'Brien (jdobrien) wrote :

After applying your fix, we are getting this:

ERROR: operator does not exist: lifecycle_status = bytea
LINE 1: ...th = E'~/Ubuntu One' AND UserDefinedFolder.status = E'Live':...

When we use a Type:

CREATE TYPE lifecycle_status as enum('Live', 'Dead')

review: Needs Information

« Back to merge proposal