Looks if two SQLObject class got reference to each other, i.e,
ForeignKey
, they should stay in the same file. Else the generated reference column name will get messed up and causing problem. This is where I wasted 3 hours today
Also the column name should be in mixedCase instead of
MixedCase
. This should be a bug of SQLObject, but I don’t know how to fix it for now
Post a Comment
You could use <code type="name"> to get your code colorized