Skip to content

connection and provider properties for GdaServerOperation

Pavlo Solntsev requested to merge pavlosun/libgda:ddlcolumntype into master

I found that GdaServerOperation has "connection" and "provider" properties which are not accessible via g_object_get(). These properties should be set when object is created but they are not. I see a couple of scenario here: 1) move code from gda_server_operation_new() to provider side and set all properties there. I will require modification of every provider implementation.2) remove tag G_PARAM_CONSTRUCT_ONLY but I am not sure how bad this can be.

Properties are set at init step from provider implementation code.

Edited by Pavlo Solntsev

Merge request reports