Re: [gnome-db] recordset mysql.



On Fri, 21 Jan 2005 16:12:28 +1000, Bas Driessen <bas driessen xobas com> wrote:
>  Hello,
>  
>  While I am at it, I may as well finish the implementation of the recordset
> for MySQL. The Postgres recordset is build around the gda_data_model_hash
> implementation and the MySQL recordset is build around the
> gda_data_model_base implementation. For the representation of the data-model
> however, a pointer array is used. So therefore my question; Why isn't MySQL
> based on the gda_data_model_array implementation, where all kinds of
> functions are ready to use? I haven't looked at it at great detail yet, but
> is it desirable to implement it as a gda_data_model_array method? 
>  
>  Please let me know which direction is best to go. Continue on the _base
> path or migrate to the _array path (or maybe even the _hash path if there is
> even a better reason for it). Hopefully, I can get that out of the way as
> well in the next couple of days so we then have a full working record set
> for both Postgres as MySQL.
>  
>  Thanks,
>  Bas.
>  

I'd love to have a completely featured MySQL provider (at least as
much as the postgres one)!

I don't know which way is the best and I leave it up to you to decide
what to do (keep with the GdaDataModelBase, or use another model).

Thanks,

Vivien



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]