Piotr Pokora schrieb:
Andreas Flack writes:
Hi!

I tried setting all int and float fields to NOT NULL default 0, but that
doesn't mak a difference. Also, I have another MgdSchema type where
floats are nullable which is working fine, so my problem doesn't seem to
be related to that.

NULLs bug is already fixed in 1.8.8.
I have no real solution for Your problem atm , but it segfaults when we
list PHP objects' properties.
Try to print_r DBA object to see if all properties are correctly assigned.

They all looked fine. The only thing I found strange is that there was a property called "action" with an empty value. I don't have a property with that name, so it must get added automatically somewhere.

By playing around a little, I now found the problem: One of the DBA classes contained a private var. When I changed this to public, the segfaults for both DBA classes went away (the other class is the child of the one with the private var). Is that a bug or is it generally not allowed to add private vars to a DBA class?


Bye,

Andreas


Piotras
_______________________________________________
user mailing list
user@lists.midgard-project.org
http://lists.midgard-project.org/mailman/listinfo/user

_______________________________________________
user mailing list
user@lists.midgard-project.org
http://lists.midgard-project.org/mailman/listinfo/user

Reply via email to