After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 508407 - GdaDataModelQuery improvement and Fix properties name at GdaDataProxy
GdaDataModelQuery improvement and Fix properties name at GdaDataProxy
Status: RESOLVED FIXED
Product: libgda
Classification: Other
Component: Client library
3.1.x
Other All
: Normal enhancement
: ---
Assigned To: malerba
gnome-db Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-10 00:09 UTC by Daniel Espinosa
Modified: 2008-09-25 22:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Espinosa 2008-01-10 00:09:21 UTC
Add the option to GdaDataModelQuery to skip Primary Keys with autoincrement flags, in order to allow to add new rows to a GdaDataModel with worry about the ID or need to set as happends in the actual implementation.

This will allos GnomeDbGrid to add new rows without force the user to set ID column, even this object could "hide" this coloumn when it is PrimaryKey and is an Autoincrement field.

The properties name at GdaDataProxy's code is wrong, the documentation shows different names.
Comment 1 Murray Cumming 2008-03-01 18:13:32 UTC
> The properties name at GdaDataProxy's code is wrong, the documentation shows
> different names.

This doesn't seem to have anything to do with the first two paragraphs. Please avoid putting two bug reports in one. But do you have a patch for it?
Comment 2 Murray Cumming 2008-03-14 10:40:28 UTC
Now that the new API has been started in svn trunk, I guess now is the time to do this.
Comment 3 malerba 2008-09-25 19:03:13 UTC
I think rev #3216 satisfies the bug, can you check?
Comment 4 Daniel Espinosa 2008-09-25 22:43:19 UTC
Ok. This fixs this bug.