Re: [gnome-db] GdaSqlBuiler: JOIN AS
Vivien Malerba <[email protected]>
| Newsgroups | gmane.comp.gnome.db |
|---|---|
| Message-ID | <[email protected]> |
> I also notice that calling gda_builder_select_add_target() with the same > table name repeatedly (which I do because it's generic code) on the same > GdaSqlBuilder instance results in errors such as this: > Internal error (Database): table name "albums" specified more than > once > > I can probably find a way to avoid doing this, but it would be nice if > this function (and others, I guess) just returned the ID of existing > parts where possible. > This is also done in the 4.1.6. Vivien