GNOME Bugzilla – Bug 508407
GdaDataModelQuery improvement and Fix properties name at GdaDataProxy
Last modified: 2008-09-25 22:43:19 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.
> 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?
Now that the new API has been started in svn trunk, I guess now is the time to do this.
I think rev #3216 satisfies the bug, can you check?
Ok. This fixs this bug.