GNOME Bugzilla – Bug 411984
GdaDataModelHash does not implement update_row
Last modified: 2007-02-28 19:40:43 UTC
update_row is required by GnomeDbGrid to commit changes to the DataModel. When a GnomeDbGrid shows a GdaDataModelHash, it therefore produces an error when one wants to write changes back into the model.
Created attachment 83319 [details] [review] Straightforward update_row implementation for GdaDataModelHash
Nobody has objected, so please apply. When would you want to put a GdaDataModelHash in a GnomeDbGrid?
Applied. The result of gda_connection_execute_select_command is a GdaDataModel (that you could wish to show in a grid). The implementation seems to depend on the provider, but at least the sqlite provider uses GdaDataModelHash (or a derived type).