GNOME Bugzilla – Bug 529425
Implement gda_insert_row_into_table, add doc and add a new gda_statement_new_insert
Last modified: 2008-04-24 22:27:17 UTC
Attached you'll find a PATCH to implement gda_insert_row_into_table, added some documentation to the sources files and a new gda_statement_new_insert function. The new gda_statement_new_insert function creates a new GdaStatement type INSERT, then you can modify it by getting its 'structure' property, but pay attention that you need to set this property with the modified structure in order to the changes take effect in the GdaStatement object.
Created attachment 109717 [details] [review] Patch to fix this bug.
*** This bug has been marked as a duplicate of 529794 ***