But why don't create a function like:

inline const GValue
gda_data_model_get_value_at_column (GdaDataModel *model, const gchar
*column, GError **error)
{
    return gda_data_model_get_value_at (model,
gda_data_model_get_column_index(model, "mycol"), row, error);
}

I think this is usefull, will help developers to create readable code.

2008/9/18 Vivien Malerba <[EMAIL PROTECTED]>

>
>
> 2008/9/17 Massimo Cora' <[EMAIL PROTECTED]>
>
>> Hi Vivien,
>>
>> in your last version you removed gda_data_model_get_value_at_column().
>> It was an handy function to retrieve a value from a column name, which
>> is also mentioned here
>> http://library.gnome.org/devel/libgda-4.0/unstable/ch07s06.html#id2552536
>> .
>>
>> I cannot find a replacement for it, may you please indicate me what I
>> should use?
>
>
> I removed it because I don't want to encourage people using column names as
> they are not reliable (depends a lot on the database's native API): I prefer
> people to use column numbers. Also the replacement is fairly easy:
>
> gda_data_model_get_value_at (model, gda_data_model_get_column_index(model, 
> "mycol"), row, &error);
>
>
> Cheers,
>
> Vivien
>
>
>
> _______________________________________________
> gnome-db-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/gnome-db-list
>
>


-- 
Trabajar, la mejor arma para tu superación
"de grano en grano, se hace la arena" (R) (en trámite, pero para los cuates:
LIBRE)
_______________________________________________
gnome-db-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-db-list

Reply via email to