Hey guys, I'm having a problem with a nullable foreign-key column not getting updated.
I've got a table (Acknowledgements) that has a foreign key to the Project table. Now if I have all of the columns set for acknowledgements (including projectID) all of the columns except projectID are getting set when I call store(). The projectID is getting set to null. If I comment out the reference call to Project from the Acknowledgement table in my repository, the column gets set normally. So the question is: Can I not just do an insert without a complete object reference? I'm doing a lot of this over serialized XML so it's not cool to have to pass an object graph just to do an isnert on a minor related table. Jason --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
