On 6/21/07, Piotr Pokora <[EMAIL PROTECTED]> wrote:
> "Vivien Malerba" <[EMAIL PROTECTED]> wrote:
>
> > However, the current API could be expanded to allow to pass expected
> > GType for the columns, which would then eliminate completely the
> > process of column type determination (which is in fact a problem for
> > SQLite).
>
> Can you provide some example?

SQLite allows one to store different types of data for a single
column, which is obviously a problem (Using SQLite it's up to the
programmer to know beforehand the type he wants).

As for the API extension, it could be possible to add some parameters
to the execute() function implemented within each provider to specify
what GType is expected for each column of the SELECT query being
executed (note that the current operating mode would still be
useable).

Vivien
_______________________________________________
gnome-db-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-db-list

Reply via email to