GNOME Bugzilla – Bug 395888
GdaQuery should register GDA_TYPE_QUERY explictely
Last modified: 2007-01-12 19:40:05 UTC
GdaQuery calls gda_dict_declare_object which causes the actual type of the query is declared even if it is a derived type. This makes the declaration not working when subclassing GdaQuery. The attached registers GDA_TYPE_QUERY explicetly using gda_dict_declare_object_as.
Created attachment 80129 [details] [review] Patch declaring GDA_TYPE_QUERY in GdaQuery's constructor
Thanks for the patch, I've applied it to SVN (except for a part which I've removed). Vivien