Re: [gnome-db] GdaDataModel and column introspection
Piotr Pokora <[email protected]> Wed, 01 Feb 2012 21:01:18 +0100
| Newsgroups | gmane.comp.gnome.db |
|---|---|
| Message-ID | <[email protected]> |
Hi! > I actually don't think it'll use any significant amount of ressources, but Well, my point is to avoid unnecessary duplications when it's not needed. For example, currently,GDaColumn's attributes are set during (after actually :) statement execution, which could be done only if GdaColumn is requested. > then how about then I add another flag to GdaStatementModelUsage to specify > that (for example GDA_STATEMENT_MODEL_COMPUTE_EXTRA_COLUMN_ATTRIBUTES)? In our case, one part executes the query and another do reverse engineering, so first part should use such flag always, which is not optimal IMO. Piotras