migrate errors when using DB2

Bug #1651515 reported by Mark
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
django-openid-auth
New
Undecided
Unassigned

Bug Description

A migration when using Django v1.7 & a DB2 database results in the following error:

SQL0350N The column "CLAIMED_ID" was implicitly or explicitly referenced in a context where the data type of the column is not supported. SQLSTATE=42962 SQLCODE=-350

The SQL errors means - A LOB, LONG VARCHAR, LONG VARGRAPHIC, XML, or structured type column cannot be used in a unique constraint.

Currently, Claimed_id is a LONG VARCHAR and is set to unique

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.