Re: [gnome-db] API Break Request for gda_insert_row_into_table
- From: "Vivien Malerba" <vmalerba gmail com>
- To: "Daniel Espinosa" <esodan gmail com>
- Cc: gnome-db-list gnome org
- Subject: Re: [gnome-db] API Break Request for gda_insert_row_into_table
- Date: Thu, 18 Dec 2008 21:01:01 +0100
2008/12/18 Daniel Espinosa
<esodan gmail com>
After see at gda-easy.c/.h files I found that gda_insert_row_into_table y gda_insert_row_into_table_from_string aren't implemented, then I plant to hack on them, but found that this funtions doesn't allow to get back the values inserted for the new row like in
gda_connection_statement_execute
does using its *last_inserted_row* paramenter, then I propouse to make an API break in order to add an *last_inserted* parameter for both functions:
gboolean gda_insert_row_into_table (GdaConnection *cnc,
const gchar *table_name,
GdaSet **last_inserted_row,
GError **error,
...);
gboolean gda_insert_row_into_table_from_string
(GdaConnection *cnc,
const gchar *table_name,
GdaSet **last_inserted_row
GError **error,
...);
Ok, go for it!
Tell me when you have a patch!
Vivien
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]