Hi
Is there any way we can pull change requests to a central repository? or how should we contribute to this wonderful project?
I just debugged and fixed this bug viewtopic.php?f=2&t=102 <--. The problem was that, when persisting an object with manyToOne relationship, the object is saved before it's relationship, which caused id mismatch.
here's the fixed QxSqlRelation_ManyToOne.h file: http://dl.dropbox.com/u/3055964/QxSqlRe ... anyToOne.h
I run qxBlog test and several of my test cases and looks like it's working.
This is a fix for QxOrm 1.2.2. I will download latest version and fix that too.
Thanks