Re: [gnome-db] Changing a field definition
- From: Rodrigo Moya <rodrigo gnome-db org>
- To: Murray Cumming <murrayc murrayc com>
- Cc: GDA <gnome-db-list gnome org>
- Subject: Re: [gnome-db] Changing a field definition
- Date: Sun, 06 Jun 2004 16:46:03 +0200
On Wed, 2004-04-28 at 18:05 +0200, Murray Cumming wrote:
> On Sun, 2004-04-25 at 12:53, Rodrigo Moya wrote:
> > also, btw, update_column does not work on 1.0.x.
>
> Is it meant to work in libgda 1.1 already? The GdaDataModel
> update_column vfunc does not seem to be set anywhere, so I get a warning
> here:
>
> gboolean
> gda_data_model_update_column (GdaDataModel *model, const
> GdaFieldAttributes *col)
> {
> gboolean result;
>
> g_return_val_if_fail (GDA_IS_DATA_MODEL (model), FALSE);
> g_return_val_if_fail (CLASS (model)->update_column != NULL, FALSE);
>
it wasn't implemented. I've now changed the function's signature to
include the col number and have started the implementation for the
GdaDataModelArray class.
If someone wants to implemet those methods for a provider or any of the
other data model-based classes, please go ahead :)
cheers
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]