Menu

#16 Specifying type 'long' causes invalid schema validation

open
nobody
None
2013-06-14
2013-06-14
stanhu
No

I have a field called 'cmac' that is a long integer. If I specify Field(long) with Ming, I get an error:

ming.schema.Invalid: cmac:103885211194L != 0L

If I change it to Field(int) things work fine.

This seems like it is a bug, or at least it should be properly documented.

Discussion

Anonymous
Anonymous

Add attachments
Cancel