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 529425 - Implement gda_insert_row_into_table, add doc and add a new gda_statement_new_insert
Implement gda_insert_row_into_table, add doc and add a new gda_statement_new_...
Status: RESOLVED DUPLICATE of bug 529794
Product: libgda
Classification: Other
Component: general
3.99.x
Other All
: Normal enhancement
: ---
Assigned To: malerba
gnome-db Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-22 20:08 UTC by Daniel Espinosa
Modified: 2008-04-24 22:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix this bug. (13.68 KB, patch)
2008-04-22 20:09 UTC, Daniel Espinosa
none Details | Review

Description Daniel Espinosa 2008-04-22 20:08:42 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.
Comment 1 Daniel Espinosa 2008-04-22 20:09:58 UTC
Created attachment 109717 [details] [review]
Patch to fix this bug.
Comment 2 Daniel Espinosa 2008-04-24 22:27:17 UTC

*** This bug has been marked as a duplicate of 529794 ***