diff options
author | 2011-10-04 13:00:47 +0200 | |
---|---|---|
committer | 2011-10-04 13:00:47 +0200 | |
commit | 98958df0fe0e133e29e5d45e183812837d69b2b7 (patch) | |
tree | 3e2e214eb4df9ce2d5c802188c29842e65e9de09 /gnome-extra/libgda | |
parent | .. (diff) | |
download | luman-98958df0fe0e133e29e5d45e183812837d69b2b7.tar.gz luman-98958df0fe0e133e29e5d45e183812837d69b2b7.tar.bz2 luman-98958df0fe0e133e29e5d45e183812837d69b2b7.zip |
libgda fix
Diffstat (limited to 'gnome-extra/libgda')
10 files changed, 900 insertions, 0 deletions
diff --git a/gnome-extra/libgda/Manifest b/gnome-extra/libgda/Manifest new file mode 100644 index 0000000..5b504fb --- /dev/null +++ b/gnome-extra/libgda/Manifest @@ -0,0 +1,10 @@ +AUX libgda-4.2.0-fix-build-order.patch 1260 RMD160 45d51d47cc3e7117e80d30f360d6bf5988330153 SHA1 15ebfd96457e72b9c04f4b94e615576eb7a590ff SHA256 e7cf87eece86ecdbb1ee8a877b757b5cff05a8efe309f7551b865a01a07b75ab +AUX libgda-4.2.0-missing-include-in-keyword_hash-generator.patch 897 RMD160 2a879a730831b7d6c05bf3a48df542cbf025adc4 SHA1 d76018f2b545290174cce55be7c4561edf7772bc SHA256 7cc133de8931b1dc86a08ee7a620e8b9218071723549734ea2290440318a7b8f +AUX libgda-4.99.1-control-center-icon-collision.patch 4936 RMD160 09a5e9d06384f38512ec6efcdb030db4840657b7 SHA1 195bcd2a4c31517e0c12df8b144e7b79b19c59cc SHA256 d9d77e140b9c59f8e5e5afdb2103e1be18e1cc3e798824385bfc440a8b6a4c78 +AUX libgda-4.99.1-gda-browser-doc-collision.patch 1847 RMD160 b103d8a8eb0e44318afe78191f0a6041b7364aa0 SHA1 b38ae8cdda23c6abd16d3aa1017b0bccd0d689b5 SHA256 54afb7f259dad0d3fd7a4de057113f788e64c212c4c3c25b8987a9223540dea0 +AUX libgda-4.99.1-gda-browser-help-collision.patch 1270 RMD160 e7675db0e35b98d4f94b22b204b806c9938051c1 SHA1 1ba6f0587f82a66f7062cc48fff05b024b8bdc4d SHA256 b9d20506fe89fd0219f3d737450bbba0a98e5b850cf152e570ca8a6a66740994 +AUX libgda-4.99.4-statement-rewriting-fix.patch 17054 RMD160 b8b5a084b9e548b913595ae94defa9320b17febe SHA1 e702517de6d0fb128f46513a7d9bd839d20930ba SHA256 81c6089b0899ef43428e5e6f182df153c85730e879f2ecefa7c769b0073c756d +AUX libgda-9999-disable-broken-tests.patch 363 RMD160 3c2559b32d5a01b9377782f7130980b68ca85f8a SHA1 360074a84e6eadc7480a8e1adeceedce344af0d7 SHA256 cbc8b5bbd5577538f68d1625616f3812ebb1976d05b356b13feb491eb1174f5c +AUX libgda-9999-fix-build-order.patch 372 RMD160 31346346a53beed118f4131ec1eafd5cb3f3ee71 SHA1 ccdb903ba680c6acf614498c612b317be5a696d8 SHA256 3979cbcc1f0fd2943fd426bde591fdf12c614f72ac43582e4c25900e13154142 +DIST libgda-4.99.4.tar.xz 11621632 RMD160 a786eb9c5ab4798fe7fadabf60989060b7380616 SHA1 773f137df3e54cc55d210e810e8708538c1c495c SHA256 efef38c0318d156ba3263416355847af961f561660793cb670633e056018beac +EBUILD libgda-4.99.4-r1.ebuild 5036 RMD160 6665d4ee62ae5fb8cf2b8a42d048f92214ac9024 SHA1 f38ab8af3e28bff78dbfcea3a68f60ae041cfac2 SHA256 ff46cb3111cf95255ffd17d5f2874b9182a24f726de99acf6defbf4ed60602bb diff --git a/gnome-extra/libgda/files/libgda-4.2.0-fix-build-order.patch b/gnome-extra/libgda/files/libgda-4.2.0-fix-build-order.patch new file mode 100644 index 0000000..4c1aca0 --- /dev/null +++ b/gnome-extra/libgda/files/libgda-4.2.0-fix-build-order.patch @@ -0,0 +1,36 @@ +From f39858f84155d0346d31a2607997257a54e246ff Mon Sep 17 00:00:00 2001 +From: Gilles Dartiguelongue <eva@gentoo.org> +Date: Wed, 29 Sep 2010 23:45:46 +0200 +Subject: [PATCH] fix build order for xml_embedded.h + +--- + libgda/sqlite/Makefile.am | 9 +++++---- + 1 files changed, 5 insertions(+), 4 deletions(-) + +diff --git a/libgda/sqlite/Makefile.am b/libgda/sqlite/Makefile.am +index 1d2df2c..ecce04b 100644 +--- a/libgda/sqlite/Makefile.am ++++ b/libgda/sqlite/Makefile.am +@@ -58,9 +58,9 @@ sqlitesources = \ + gda-sqlite.h \ + keywords_hash.h \ + gda-symbols-util.h \ +- gda-symbols-util.c +- +-$(libgda_sqlite_la_OBJECTS): xml_embedded.h keywords_hash.c ++ gda-symbols-util.c \ ++ xml_embedded.h \ ++ keywords_hash.c + + libgda_sqlite_la_SOURCES = $(sqlitesources) + libgda_sqlite_la_CFLAGS = -DPNAME=\""SQLite"\" -DCLASS_PREFIX=\""GdaSqlite"\" -DSEARCH_LIB_PATH=\""$(SQLITE_PATH)"\" +@@ -85,4 +85,5 @@ gdainclude_HEADERS=$(sqliteheaders) + + EXTRA_DIST = gen_emb_string.c mkkeywordhash.c keywords.list + +-CLEANFILES = gen_emb_string$(EXEEXT_FOR_BUILD) xml_embedded.h mkkeywordhash$(EXEEXT_FOR_BUILD) keywords_hash.c ++CLEANFILES = gen_emb_string$(EXEEXT_FOR_BUILD) mkkeywordhash$(EXEEXT_FOR_BUILD) $(BUILT_SOURCES) ++BUILT_SOURCES = xml_embedded.h keywords_hash.c +-- +1.7.3 + diff --git a/gnome-extra/libgda/files/libgda-4.2.0-missing-include-in-keyword_hash-generator.patch b/gnome-extra/libgda/files/libgda-4.2.0-missing-include-in-keyword_hash-generator.patch new file mode 100644 index 0000000..5e7dd61 --- /dev/null +++ b/gnome-extra/libgda/files/libgda-4.2.0-missing-include-in-keyword_hash-generator.patch @@ -0,0 +1,27 @@ +From 9f219a98731085ef9588622ecdc9d7ba93de92bb Mon Sep 17 00:00:00 2001 +From: Gilles Dartiguelongue <eva@gentoo.org> +Date: Wed, 29 Sep 2010 23:53:54 +0200 +Subject: [PATCH] Fix missing include in keyword_hash generator + +--- + libgda/sqlite/mkkeywordhash.c | 4 ++++ + 1 files changed, 4 insertions(+), 0 deletions(-) + +diff --git a/libgda/sqlite/mkkeywordhash.c b/libgda/sqlite/mkkeywordhash.c +index dc6ce89..28f4f83 100644 +--- a/libgda/sqlite/mkkeywordhash.c ++++ b/libgda/sqlite/mkkeywordhash.c +@@ -370,6 +370,10 @@ main (int argc, char **argv) + } + + /* Begin generating code */ ++ printf("#include <stdio.h>\n"); ++ printf("#include <string.h>\n"); ++ printf("#include <glib.h>\n"); ++ + printf("/* Hash score: %d */\n", bestCount); + printf("static int %skeywordCode(const char *z, int n){\n", prefix ? prefix : ""); + printf(" /* zText[] encodes %d bytes of keywords in %d bytes */\n", +-- +1.7.3 + diff --git a/gnome-extra/libgda/files/libgda-4.99.1-control-center-icon-collision.patch b/gnome-extra/libgda/files/libgda-4.99.1-control-center-icon-collision.patch new file mode 100644 index 0000000..06166e6 --- /dev/null +++ b/gnome-extra/libgda/files/libgda-4.99.1-control-center-icon-collision.patch @@ -0,0 +1,85 @@ +From 6ec47f4cf542ad9f7c4d30d557e4813b5c6f31d5 Mon Sep 17 00:00:00 2001 +From: Alexandre Rostovtsev <tetromino@gmail.com> +Date: Sat, 4 Jun 2011 05:45:35 -0400 +Subject: [PATCH] Prevent file collision with gda-control-center-4.0's icons + +--- + control-center/data/Makefile.am | 12 ++++++------ + ... hicolor_apps_16x16_gda-control-center-5.0.png} | Bin 833 -> 833 bytes + ... hicolor_apps_22x22_gda-control-center-5.0.png} | Bin 1157 -> 1157 bytes + ... hicolor_apps_24x24_gda-control-center-5.0.png} | Bin 1144 -> 1144 bytes + ...icolor_apps_256x256_gda-control-center-5.0.png} | Bin 33543 -> 33543 bytes + ... hicolor_apps_32x32_gda-control-center-5.0.png} | Bin 1867 -> 1867 bytes + ... hicolor_apps_48x48_gda-control-center-5.0.png} | Bin 3144 -> 3144 bytes + control-center/gda-control-center-5.0.desktop.in | 2 +- + 8 files changed, 7 insertions(+), 7 deletions(-) + rename control-center/data/{hicolor_apps_16x16_gda-control-center.png => hicolor_apps_16x16_gda-control-center-5.0.png} (100%) + rename control-center/data/{hicolor_apps_22x22_gda-control-center.png => hicolor_apps_22x22_gda-control-center-5.0.png} (100%) + rename control-center/data/{hicolor_apps_24x24_gda-control-center.png => hicolor_apps_24x24_gda-control-center-5.0.png} (100%) + rename control-center/data/{hicolor_apps_256x256_gda-control-center.png => hicolor_apps_256x256_gda-control-center-5.0.png} (100%) + rename control-center/data/{hicolor_apps_32x32_gda-control-center.png => hicolor_apps_32x32_gda-control-center-5.0.png} (100%) + rename control-center/data/{hicolor_apps_48x48_gda-control-center.png => hicolor_apps_48x48_gda-control-center-5.0.png} (100%) + +diff --git a/control-center/data/Makefile.am b/control-center/data/Makefile.am +index 03fa362..862ec88 100644 +--- a/control-center/data/Makefile.am ++++ b/control-center/data/Makefile.am +@@ -5,12 +5,12 @@ public_icons_themes = \ + $(NULL) + + public_icons = \ +- hicolor_apps_16x16_gda-control-center.png \ +- hicolor_apps_22x22_gda-control-center.png \ +- hicolor_apps_24x24_gda-control-center.png \ +- hicolor_apps_256x256_gda-control-center.png \ +- hicolor_apps_32x32_gda-control-center.png \ +- hicolor_apps_48x48_gda-control-center.png \ ++ hicolor_apps_16x16_gda-control-center-5.0.png \ ++ hicolor_apps_22x22_gda-control-center-5.0.png \ ++ hicolor_apps_24x24_gda-control-center-5.0.png \ ++ hicolor_apps_256x256_gda-control-center-5.0.png \ ++ hicolor_apps_32x32_gda-control-center-5.0.png \ ++ hicolor_apps_48x48_gda-control-center-5.0.png \ + $(NULL) + + private_icons = \ +diff --git a/control-center/data/hicolor_apps_16x16_gda-control-center.png b/control-center/data/hicolor_apps_16x16_gda-control-center-5.0.png +similarity index 100% +rename from control-center/data/hicolor_apps_16x16_gda-control-center.png +rename to control-center/data/hicolor_apps_16x16_gda-control-center-5.0.png +diff --git a/control-center/data/hicolor_apps_22x22_gda-control-center.png b/control-center/data/hicolor_apps_22x22_gda-control-center-5.0.png +similarity index 100% +rename from control-center/data/hicolor_apps_22x22_gda-control-center.png +rename to control-center/data/hicolor_apps_22x22_gda-control-center-5.0.png +diff --git a/control-center/data/hicolor_apps_24x24_gda-control-center.png b/control-center/data/hicolor_apps_24x24_gda-control-center-5.0.png +similarity index 100% +rename from control-center/data/hicolor_apps_24x24_gda-control-center.png +rename to control-center/data/hicolor_apps_24x24_gda-control-center-5.0.png +diff --git a/control-center/data/hicolor_apps_256x256_gda-control-center.png b/control-center/data/hicolor_apps_256x256_gda-control-center-5.0.png +similarity index 100% +rename from control-center/data/hicolor_apps_256x256_gda-control-center.png +rename to control-center/data/hicolor_apps_256x256_gda-control-center-5.0.png +diff --git a/control-center/data/hicolor_apps_32x32_gda-control-center.png b/control-center/data/hicolor_apps_32x32_gda-control-center-5.0.png +similarity index 100% +rename from control-center/data/hicolor_apps_32x32_gda-control-center.png +rename to control-center/data/hicolor_apps_32x32_gda-control-center-5.0.png +diff --git a/control-center/data/hicolor_apps_48x48_gda-control-center.png b/control-center/data/hicolor_apps_48x48_gda-control-center-5.0.png +similarity index 100% +rename from control-center/data/hicolor_apps_48x48_gda-control-center.png +rename to control-center/data/hicolor_apps_48x48_gda-control-center-5.0.png +diff --git a/control-center/gda-control-center-5.0.desktop.in b/control-center/gda-control-center-5.0.desktop.in +index 6fd5b58..429787d 100644 +--- a/control-center/gda-control-center-5.0.desktop.in ++++ b/control-center/gda-control-center-5.0.desktop.in +@@ -1,7 +1,7 @@ + [Desktop Entry] + _Name=Database access control center + _Comment=Configure your database access environment +-Icon=gda-control-center ++Icon=gda-control-center-5.0 + Exec=gda-control-center-5.0 + Terminal=false + Type=Application +-- +1.7.5.3 + diff --git a/gnome-extra/libgda/files/libgda-4.99.1-gda-browser-doc-collision.patch b/gnome-extra/libgda/files/libgda-4.99.1-gda-browser-doc-collision.patch new file mode 100644 index 0000000..9616a42 --- /dev/null +++ b/gnome-extra/libgda/files/libgda-4.99.1-gda-browser-doc-collision.patch @@ -0,0 +1,43 @@ +From bfb0d952d111929174c3326dbc69ab65a808a235 Mon Sep 17 00:00:00 2001 +From: Alexandre Rostovtsev <tetromino@gmail.com> +Date: Sat, 4 Jun 2011 05:59:46 -0400 +Subject: [PATCH] Prevent file collision with gda-browser-4.0's gtk-doc files + +--- + tools/browser/doc/Makefile.am | 2 +- + ...browser-docs.sgml => gda-browser-5.0-docs.sgml} | 0 + ...r-sections.txt => gda-browser-5.0-sections.txt} | 0 + .../{gda-browser.types => gda-browser-5.0.types} | 0 + 4 files changed, 1 insertions(+), 1 deletions(-) + rename tools/browser/doc/{gda-browser-docs.sgml => gda-browser-5.0-docs.sgml} (100%) + rename tools/browser/doc/{gda-browser-sections.txt => gda-browser-5.0-sections.txt} (100%) + rename tools/browser/doc/{gda-browser.types => gda-browser-5.0.types} (100%) + +diff --git a/tools/browser/doc/Makefile.am b/tools/browser/doc/Makefile.am +index 971fa79..cf6637a 100644 +--- a/tools/browser/doc/Makefile.am ++++ b/tools/browser/doc/Makefile.am +@@ -3,7 +3,7 @@ + AUTOMAKE_OPTIONS = 1.6 + + # The name of the module. +-DOC_MODULE=gda-browser ++DOC_MODULE=gda-browser-5.0 + + # The top-level SGML file. + DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml +diff --git a/tools/browser/doc/gda-browser-docs.sgml b/tools/browser/doc/gda-browser-5.0-docs.sgml +similarity index 100% +rename from tools/browser/doc/gda-browser-docs.sgml +rename to tools/browser/doc/gda-browser-5.0-docs.sgml +diff --git a/tools/browser/doc/gda-browser-sections.txt b/tools/browser/doc/gda-browser-5.0-sections.txt +similarity index 100% +rename from tools/browser/doc/gda-browser-sections.txt +rename to tools/browser/doc/gda-browser-5.0-sections.txt +diff --git a/tools/browser/doc/gda-browser.types b/tools/browser/doc/gda-browser-5.0.types +similarity index 100% +rename from tools/browser/doc/gda-browser.types +rename to tools/browser/doc/gda-browser-5.0.types +-- +1.7.5.3 + diff --git a/gnome-extra/libgda/files/libgda-4.99.1-gda-browser-help-collision.patch b/gnome-extra/libgda/files/libgda-4.99.1-gda-browser-help-collision.patch new file mode 100644 index 0000000..46e7282 --- /dev/null +++ b/gnome-extra/libgda/files/libgda-4.99.1-gda-browser-help-collision.patch @@ -0,0 +1,38 @@ +From 01b13e22b215647c2343ec5f633b51d3c2b37824 Mon Sep 17 00:00:00 2001 +From: Alexandre Rostovtsev <tetromino@gmail.com> +Date: Sat, 4 Jun 2011 01:59:14 -0400 +Subject: [PATCH] Prevent file collision with gda-browser-4.0's help files + +--- + tools/browser/help/Makefile.am | 2 +- + tools/browser/support.c | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/tools/browser/help/Makefile.am b/tools/browser/help/Makefile.am +index 93acaf8..48fcdc4 100644 +--- a/tools/browser/help/Makefile.am ++++ b/tools/browser/help/Makefile.am +@@ -1,6 +1,6 @@ + include $(top_srcdir)/gnome-doc-utils.make + +-DOC_ID = gda-browser ++DOC_ID = gda-browser-5.0 + + DOC_INCLUDES = legal.xml + DOC_FIGURES = \ +diff --git a/tools/browser/support.c b/tools/browser/support.c +index 5b1b4e6..f462efc 100644 +--- a/tools/browser/support.c ++++ b/tools/browser/support.c +@@ -223,7 +223,7 @@ browser_show_help (GtkWindow *parent, const gchar *topic) + if (strchr (lang, '.')) + continue; + +- uri = gda_gbr_get_file_path (GDA_DATA_DIR, "gnome", "help", "gda-browser", lang, NULL); ++ uri = gda_gbr_get_file_path (GDA_DATA_DIR, "gnome", "help", "gda-browser-5.0", lang, NULL); + + /*g_print ("TST URI [%s]\n", uri);*/ + if (g_file_test (uri, G_FILE_TEST_EXISTS)) { +-- +1.7.5.3 + diff --git a/gnome-extra/libgda/files/libgda-4.99.4-statement-rewriting-fix.patch b/gnome-extra/libgda/files/libgda-4.99.4-statement-rewriting-fix.patch new file mode 100644 index 0000000..07077e5 --- /dev/null +++ b/gnome-extra/libgda/files/libgda-4.99.4-statement-rewriting-fix.patch @@ -0,0 +1,465 @@ +From 7d7742477ad03f19a168c763b988a7807421e9ca Mon Sep 17 00:00:00 2001 +From: Vivien Malerba <malerba@gnome-db.org> +Date: Sat, 17 Sep 2011 14:26:09 +0000 +Subject: Fixed nasty bug introduced in commit #036420a459b0bb241716cd9a14c3dd1eb2b21f63 + +which "Improved statement rewriting for NULL parameters", and in other +commits for each provider +--- +diff --git a/libgda/sqlite/gda-sqlite-provider.c b/libgda/sqlite/gda-sqlite-provider.c +index afeab3c..69ccd16 100644 +--- a/libgda/sqlite/gda-sqlite-provider.c ++++ b/libgda/sqlite/gda-sqlite-provider.c +@@ -2935,7 +2935,33 @@ gda_sqlite_provider_statement_execute (GdaServerProvider *provider, GdaConnectio + else if (!rstmt) + return NULL; + else { ++ /* The strategy here is to execute @rstmt using the prepared ++ * statement associcted to @stmt, but adapted to @rstmt, so all ++ * the column names, etc remain the same. ++ * ++ * The adaptation consists to replace SQLite specific information ++ * in the GdaSqlitePStmt object. ++ * ++ * The trick is to adapt @ps, then associate @ps with @rstmt, then ++ * execute @rstmt, and then undo the trick */ + GObject *obj; ++ GdaSqlitePStmt *tps; ++ if (!gda_sqlite_provider_statement_prepare (provider, cnc, ++ rstmt, error)) ++ return NULL; ++ tps = (GdaSqlitePStmt *) ++ gda_connection_get_prepared_statement (cnc, rstmt); ++ ++ /* adapt @ps with @tps's SQLite specific information */ ++ GdaSqlitePStmt hps; ++ hps.sqlite_stmt = ps->sqlite_stmt; /* save */ ++ ps->sqlite_stmt = tps->sqlite_stmt; /* override */ ++ hps.stmt_used = ps->stmt_used; /* save */ ++ ps->stmt_used = tps->stmt_used; /* override */ ++ g_object_ref (tps); ++ gda_connection_add_prepared_statement (cnc, rstmt, (GdaPStmt *) ps); ++ ++ /* execute rstmt (it will use @ps) */ + obj = gda_sqlite_provider_statement_execute (provider, cnc, + rstmt, params, + model_usage, +@@ -2943,15 +2969,14 @@ gda_sqlite_provider_statement_execute (GdaServerProvider *provider, GdaConnectio + last_inserted_row, + task_id, async_cb, + cb_data, error); ++ ++ /* revert adaptations */ ++ ps->sqlite_stmt = hps.sqlite_stmt; ++ ps->stmt_used = hps.stmt_used; ++ gda_connection_add_prepared_statement (cnc, rstmt, (GdaPStmt *) tps); ++ g_object_unref (tps); + g_object_unref (rstmt); +- if (GDA_IS_DATA_SELECT (obj)) { +- GdaPStmt *pstmt; +- g_object_get (obj, "prepared-stmt", &pstmt, NULL); +- if (pstmt) { +- gda_pstmt_set_gda_statement (pstmt, stmt); +- g_object_unref (pstmt); +- } +- } ++ + if (new_ps) + g_object_unref (ps); + pending_blobs_free_list (blobs_list); +diff --git a/providers/jdbc/gda-jdbc-provider.c b/providers/jdbc/gda-jdbc-provider.c +index 164e67f..c1192fb 100644 +--- a/providers/jdbc/gda-jdbc-provider.c ++++ b/providers/jdbc/gda-jdbc-provider.c +@@ -1429,9 +1429,49 @@ gda_jdbc_provider_statement_execute (GdaServerProvider *provider, GdaConnection + else if (!rstmt) + return NULL; + else { +- GObject *obj; +- g_object_unref (ps); + _gda_jdbc_release_jenv (jni_detach); ++ ++ /* The strategy here is to execute @rstmt using the prepared ++ * statement associcted to @stmt, but adapted to @rstmt, so all ++ * the column names, etc remain the same. ++ * ++ * The adaptation consists to replace Jdbc specific information ++ * in the GdaJdbcPStmt object. ++ * ++ * The trick is to adapt @ps, then associate @ps with @rstmt, then ++ * execute @rstmt, and then undo the trick */ ++ GObject *obj; ++ GdaJdbcPStmt *tps; ++ if (!gda_jdbc_provider_statement_prepare (provider, cnc, ++ rstmt, error)) { ++ g_object_unref (ps); ++ return NULL; ++ } ++ tps = (GdaJdbcPStmt *) ++ gda_connection_get_prepared_statement (cnc, rstmt); ++ ++ /* adapt @ps with @tps's Jdbc specific information */ ++ GdaJdbcPStmt hps; ++ hps.pstmt_obj = ps->pstmt_obj; /* save */ ++ ps->pstmt_obj = tps->pstmt_obj; /* override */ ++ g_object_ref (tps); ++ gda_connection_add_prepared_statement (cnc, rstmt, (GdaPStmt *) ps); ++ ++ /* execute rstmt (it will use @ps) */ ++ obj = gda_jdbc_provider_statement_execute (provider, cnc, ++ rstmt, params, ++ model_usage, ++ col_types, ++ last_inserted_row, ++ task_id, async_cb, ++ cb_data, error); ++ ++ /* revert adaptations */ ++ ps->pstmt_obj = hps.pstmt_obj; ++ gda_connection_add_prepared_statement (cnc, rstmt, (GdaPStmt *) tps); ++ g_object_unref (tps); ++ g_object_unref (rstmt); ++ + obj = gda_jdbc_provider_statement_execute (provider, cnc, + rstmt, params, + model_usage, +@@ -1440,14 +1480,7 @@ gda_jdbc_provider_statement_execute (GdaServerProvider *provider, GdaConnection + task_id, async_cb, + cb_data, error); + g_object_unref (rstmt); +- if (GDA_IS_DATA_SELECT (obj)) { +- GdaPStmt *pstmt; +- g_object_get (obj, "prepared-stmt", &pstmt, NULL); +- if (pstmt) { +- gda_pstmt_set_gda_statement (pstmt, stmt); +- g_object_unref (pstmt); +- } +- } ++ g_object_unref (ps); + return obj; + } + } +diff --git a/providers/mysql/gda-mysql-provider.c b/providers/mysql/gda-mysql-provider.c +index d581828..8baf0a3 100644 +--- a/providers/mysql/gda-mysql-provider.c ++++ b/providers/mysql/gda-mysql-provider.c +@@ -2304,8 +2304,35 @@ gda_mysql_provider_statement_execute (GdaServerProvider *provider, + else if (!rstmt) + return NULL; + else { +- GObject *obj; + free_bind_param_data (mem_to_free); ++ ++ /* The strategy here is to execute @rstmt using the prepared ++ * statement associcted to @stmt, but adapted to @rstmt, so all ++ * the column names, etc remain the same. ++ * ++ * The adaptation consists to replace MySQL specific information ++ * in the GdaMysqlPStmt object. ++ * ++ * The trick is to adapt @ps, then associate @ps with @rstmt, then ++ * execute @rstmt, and then undo the trick */ ++ GObject *obj; ++ GdaMysqlPStmt *tps; ++ if (!gda_mysql_provider_statement_prepare (provider, cnc, ++ rstmt, error)) ++ return NULL; ++ tps = (GdaMysqlPStmt *) ++ gda_connection_get_prepared_statement (cnc, rstmt); ++ ++ /* adapt @ps with @tps's Mysql specific information */ ++ GdaMysqlPStmt hps; ++ hps.mysql_stmt = ps->mysql_stmt; /* save */ ++ ps->mysql_stmt = tps->mysql_stmt; /* override */ ++ hps.stmt_used = ps->stmt_used; /* save */ ++ ps->stmt_used = tps->stmt_used; /* override */ ++ g_object_ref (tps); ++ gda_connection_add_prepared_statement (cnc, rstmt, (GdaPStmt *) ps); ++ ++ /* execute rstmt (it will use @ps) */ + obj = gda_mysql_provider_statement_execute (provider, cnc, + rstmt, params, + model_usage, +@@ -2313,15 +2340,13 @@ gda_mysql_provider_statement_execute (GdaServerProvider *provider, + last_inserted_row, + task_id, async_cb, + cb_data, error); ++ ++ /* revert adaptations */ ++ ps->mysql_stmt = hps.mysql_stmt; ++ ps->stmt_used = hps.stmt_used; ++ gda_connection_add_prepared_statement (cnc, rstmt, (GdaPStmt *) tps); ++ g_object_unref (tps); + g_object_unref (rstmt); +- if (GDA_IS_DATA_SELECT (obj)) { +- GdaPStmt *pstmt; +- g_object_get (obj, "prepared-stmt", &pstmt, NULL); +- if (pstmt) { +- gda_pstmt_set_gda_statement (pstmt, stmt); +- g_object_unref (pstmt); +- } +- } + return obj; + } + } +diff --git a/providers/oracle/gda-oracle-provider.c b/providers/oracle/gda-oracle-provider.c +index 1d40105..9d0f485 100644 +--- a/providers/oracle/gda-oracle-provider.c ++++ b/providers/oracle/gda-oracle-provider.c +@@ -1931,8 +1931,35 @@ gda_oracle_provider_statement_execute (GdaServerProvider *provider, GdaConnectio + else if (!rstmt) + return NULL; + else { ++ /* The strategy here is to execute @rstmt using the prepared ++ * statement associcted to @stmt, but adapted to @rstmt, so all ++ * the column names, etc remain the same. ++ * ++ * The adaptation consists to replace Oracle specific information ++ * in the GdaOraclePStmt object. ++ * ++ * The trick is to adapt @ps, then associate @ps with @rstmt, then ++ * execute @rstmt, and then undo the trick */ + GObject *obj; +- g_object_unref (ps); ++ GdaOraclePStmt *tps; ++ if (!gda_oracle_provider_statement_prepare (provider, cnc, ++ rstmt, error)) { ++ g_object_unref (ps); ++ return NULL; ++ } ++ tps = (GdaOraclePStmt *) ++ gda_connection_get_prepared_statement (cnc, rstmt); ++ ++ /* adapt @ps with @tps's Oracle specific information */ ++ GdaOraclePStmt hps; ++ hps.hstmt = ps->hstmt; /* save */ ++ ps->hstmt = tps->hstmt; /* override */ ++ hps.ora_values = ps->ora_values; /* save */ ++ ps->ora_values = tps->ora_values; /* override */ ++ g_object_ref (tps); ++ gda_connection_add_prepared_statement (cnc, rstmt, (GdaPStmt *) ps); ++ ++ /* execute rstmt (it will use @ps) */ + obj = gda_oracle_provider_statement_execute (provider, cnc, + rstmt, params, + model_usage, +@@ -1940,15 +1967,14 @@ gda_oracle_provider_statement_execute (GdaServerProvider *provider, GdaConnectio + last_inserted_row, + task_id, async_cb, + cb_data, error); ++ ++ /* revert adaptations */ ++ ps->hstmt = hps.hstmt; ++ ps->ora_values = hps.ora_values; ++ gda_connection_add_prepared_statement (cnc, rstmt, (GdaPStmt *) tps); ++ g_object_unref (tps); + g_object_unref (rstmt); +- if (GDA_IS_DATA_SELECT (obj)) { +- GdaPStmt *pstmt; +- g_object_get (obj, "prepared-stmt", &pstmt, NULL); +- if (pstmt) { +- gda_pstmt_set_gda_statement (pstmt, stmt); +- g_object_unref (pstmt); +- } +- } ++ g_object_unref (ps); + return obj; + } + } +diff --git a/providers/postgres/gda-postgres-provider.c b/providers/postgres/gda-postgres-provider.c +index 6adca14..85db58e 100644 +--- a/providers/postgres/gda-postgres-provider.c ++++ b/providers/postgres/gda-postgres-provider.c +@@ -2017,13 +2017,39 @@ gda_postgres_provider_statement_execute (GdaServerProvider *provider, GdaConnect + else if (!rstmt) + return NULL; + else { +- GObject *obj; + params_freev (param_values, param_mem, nb_params); + g_free (param_lengths); + g_free (param_formats); + if (transaction_started) + gda_connection_rollback_transaction (cnc, NULL, NULL); + ++ /* The strategy here is to execute @rstmt using the prepared ++ * statement associcted to @stmt, but adapted to @rstmt, so all ++ * the column names, etc remain the same. ++ * ++ * The adaptation consists to replace Postgresql specific information ++ * in the GdaPostgresPStmt object. ++ * ++ * The trick is to adapt @ps, then associate @ps with @rstmt, then ++ * execute @rstmt, and then undo the trick */ ++ GObject *obj; ++ GdaPostgresPStmt *tps; ++ if (!gda_postgres_provider_statement_prepare (provider, cnc, ++ rstmt, error)) ++ return NULL; ++ tps = (GdaPostgresPStmt *) ++ gda_connection_get_prepared_statement (cnc, rstmt); ++ ++ /* adapt @ps with @tps's SQLite specific information */ ++ GdaPostgresPStmt hps; ++ hps.pconn = ps->pconn; /* save */ ++ ps->pconn = tps->pconn; /* override */ ++ hps.prep_name = ps->prep_name; /* save */ ++ ps->prep_name = tps->prep_name; /* override */ ++ g_object_ref (tps); ++ gda_connection_add_prepared_statement (cnc, rstmt, (GdaPStmt *) ps); ++ ++ /* execute rstmt (it will use @ps) */ + obj = gda_postgres_provider_statement_execute (provider, cnc, + rstmt, params, + model_usage, +@@ -2031,15 +2057,13 @@ gda_postgres_provider_statement_execute (GdaServerProvider *provider, GdaConnect + last_inserted_row, + task_id, async_cb, + cb_data, error); ++ ++ /* revert adaptations */ ++ ps->pconn = hps.pconn; ++ ps->prep_name = hps.prep_name; ++ gda_connection_add_prepared_statement (cnc, rstmt, (GdaPStmt *) tps); ++ g_object_unref (tps); + g_object_unref (rstmt); +- if (GDA_IS_DATA_SELECT (obj)) { +- GdaPStmt *pstmt; +- g_object_get (obj, "prepared-stmt", &pstmt, NULL); +- if (pstmt) { +- gda_pstmt_set_gda_statement (pstmt, stmt); +- g_object_unref (pstmt); +- } +- } + return obj; + } + } +diff --git a/providers/skel-implementation/capi/gda-capi-provider.c b/providers/skel-implementation/capi/gda-capi-provider.c +index 653f9ea..764d027 100644 +--- a/providers/skel-implementation/capi/gda-capi-provider.c ++++ b/providers/skel-implementation/capi/gda-capi-provider.c +@@ -1181,7 +1181,31 @@ gda_capi_provider_statement_execute (GdaServerProvider *provider, GdaConnection + else if (!rstmt) + return NULL; + else { ++ /* The strategy here is to execute @rstmt using the prepared ++ * statement associcted to @stmt, but adapted to @rstmt, so all ++ * the column names, etc remain the same. ++ * ++ * The adaptation consists to replace Capi specific information ++ * in the GdaCapiPStmt object. ++ * ++ * The trick is to adapt @ps, then associate @ps with @rstmt, then ++ * execute @rstmt, and then undo the trick */ + GObject *obj; ++ GdaCapiPStmt *tps; ++ if (!gda_capi_provider_statement_prepare (provider, cnc, ++ rstmt, error)) ++ return NULL; ++ tps = (GdaCapiPStmt *) ++ gda_connection_get_prepared_statement (cnc, rstmt); ++ ++ /* adapt @ps with @tps's Capi specific information */ ++ GdaCapiPStmt hps; ++ /* TO ADD: hps.capi_stmt = ps->capi_stmt;*/ /* save */ ++ /* TO_ADD: ps->capi_stmt = tps->capi_stmt;*/ /* override */ ++ g_object_ref (tps); ++ gda_connection_add_prepared_statement (cnc, rstmt, (GdaPStmt *) ps); ++ ++ /* execute rstmt (it will use @ps) */ + obj = gda_capi_provider_statement_execute (provider, cnc, + rstmt, params, + model_usage, +@@ -1189,15 +1213,13 @@ gda_capi_provider_statement_execute (GdaServerProvider *provider, GdaConnection + last_inserted_row, + task_id, async_cb, + cb_data, error); ++ ++ /* revert adaptations */ ++ /* TO_ADD: ps->capi_stmt = hps.capi_stmt; */ ++ ++ gda_connection_add_prepared_statement (cnc, rstmt, (GdaPStmt *) tps); ++ g_object_unref (tps); + g_object_unref (rstmt); +- if (GDA_IS_DATA_SELECT (obj)) { +- GdaPStmt *pstmt; +- g_object_get (obj, "prepared-stmt", &pstmt, NULL); +- if (pstmt) { +- gda_pstmt_set_gda_statement (pstmt, stmt); +- g_object_unref (pstmt); +- } +- } + return obj; + } + } +diff --git a/providers/web/gda-web-provider.c b/providers/web/gda-web-provider.c +index 4500f01..9061126 100644 +--- a/providers/web/gda-web-provider.c ++++ b/providers/web/gda-web-provider.c +@@ -1572,25 +1572,49 @@ gda_web_provider_statement_execute (GdaServerProvider *provider, GdaConnection * + else if (!rstmt) + return NULL; + else { +- GObject *obj; +- g_object_unref (ps); + xmlFreeDoc (doc); ++ ++ /* The strategy here is to execute @rstmt using the prepared ++ * statement associcted to @stmt, but adapted to @rstmt, so all ++ * the column names, etc remain the same. ++ * ++ * The adaptation consists to replace Web specific information ++ * in the GdaWebPStmt object. ++ * ++ * The trick is to adapt @ps, then associate @ps with @rstmt, then ++ * execute @rstmt, and then undo the trick */ ++ GObject *obj; ++ GdaWebPStmt *tps; ++ if (!gda_web_provider_statement_prepare (provider, cnc, ++ rstmt, error)) { ++ g_object_unref (ps); ++ return NULL; ++ } ++ tps = (GdaWebPStmt *) ++ gda_connection_get_prepared_statement (cnc, rstmt); ++ ++ /* adapt @ps with @tps's Web specific information */ ++ GdaWebPStmt hps; ++ hps.pstmt_hash = ps->pstmt_hash; /* save */ ++ ps->pstmt_hash = tps->pstmt_hash; /* override */ ++ g_object_ref (tps); ++ gda_connection_add_prepared_statement (cnc, rstmt, (GdaPStmt *) ps); ++ ++ /* execute rstmt (it will use @ps) */ + obj = gda_web_provider_statement_execute (provider, cnc, +- rstmt, params, +- model_usage, +- col_types, +- last_inserted_row, +- task_id, async_cb, +- cb_data, error); ++ rstmt, params, ++ model_usage, ++ col_types, ++ last_inserted_row, ++ task_id, async_cb, ++ cb_data, error); ++ ++ /* revert adaptations */ ++ ps->pstmt_hash = hps.pstmt_hash; ++ gda_connection_add_prepared_statement (cnc, rstmt, (GdaPStmt *) tps); ++ g_object_unref (tps); + g_object_unref (rstmt); +- if (GDA_IS_DATA_SELECT (obj)) { +- GdaPStmt *pstmt; +- g_object_get (obj, "prepared-stmt", &pstmt, NULL); +- if (pstmt) { +- gda_pstmt_set_gda_statement (pstmt, stmt); +- g_object_unref (pstmt); +- } +- } ++ g_object_unref (ps); + return obj; + } + } +-- +cgit v0.9.0.2 diff --git a/gnome-extra/libgda/files/libgda-9999-disable-broken-tests.patch b/gnome-extra/libgda/files/libgda-9999-disable-broken-tests.patch new file mode 100644 index 0000000..1add00a --- /dev/null +++ b/gnome-extra/libgda/files/libgda-9999-disable-broken-tests.patch @@ -0,0 +1,15 @@ +diff --git a/tests/value-holders/check_holder.c b/tests/value-holders/check_holder.c +index d014131..289a9ca 100644 +--- a/tests/value-holders/check_holder.c ++++ b/tests/value-holders/check_holder.c +@@ -38,8 +38,8 @@ static gboolean test13 (GError **error); + TestFunc tests[] = { + test1, + test2, +- test3, +- test4, ++// test3, ++// test4, + test5, + test6, + test7, diff --git a/gnome-extra/libgda/files/libgda-9999-fix-build-order.patch b/gnome-extra/libgda/files/libgda-9999-fix-build-order.patch new file mode 100644 index 0000000..cd2fbb5 --- /dev/null +++ b/gnome-extra/libgda/files/libgda-9999-fix-build-order.patch @@ -0,0 +1,14 @@ +diff --git a/libgda/sqlite/Makefile.am b/libgda/sqlite/Makefile.am +index b3bf302..c7be5e1 100644 +--- a/libgda/sqlite/Makefile.am ++++ b/libgda/sqlite/Makefile.am +@@ -58,7 +58,8 @@ sqlitesources = \ + gda-sqlite.h \ + keywords_hash.h \ + gda-symbols-util.h \ +- gda-symbols-util.c ++ gda-symbols-util.c \ ++ $(BUILT_SOURCES) + + BUILT_SOURCES = xml_embedded.h keywords_hash.c + diff --git a/gnome-extra/libgda/libgda-4.99.4-r1.ebuild b/gnome-extra/libgda/libgda-4.99.4-r1.ebuild new file mode 100644 index 0000000..acca81f --- /dev/null +++ b/gnome-extra/libgda/libgda-4.99.4-r1.ebuild @@ -0,0 +1,167 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.99.4.ebuild,v 1.1 2011/09/30 19:27:46 nirbheek Exp $ + +EAPI="3" +GNOME2_LA_PUNT="yes" +GCONF_DEBUG="yes" +GNOME_TARBALL_SUFFIX="xz" # remove when python eclass supports EAPI 4 +PYTHON_DEPEND="2" + +inherit autotools db-use eutils flag-o-matic gnome2 java-pkg-opt-2 python + +DESCRIPTION="Gnome Database Access Library" +HOMEPAGE="http://www.gnome-db.org/" +LICENSE="GPL-2 LGPL-2" + +IUSE="berkdb bindist canvas doc firebird gnome-keyring gtk graphviz http +introspection json ldap mdb mysql oci8 postgres sourceview ssl" +SLOT="5" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + +# FIXME: sqlite is automagic, but maybe it is a hard-dep +# FIXME: autoconf is a hell of inconsistencies +RDEPEND=" + app-text/iso-codes + >=dev-libs/glib-2.16:2 + >=dev-libs/libxml2-2 + dev-libs/libxslt + dev-libs/libunique:3 + sys-libs/readline + sys-libs/ncurses + berkdb? ( sys-libs/db ) + !bindist? ( firebird? ( dev-db/firebird ) ) + gtk? ( + >=x11-libs/gtk+-3.0.0:3 + canvas? ( x11-libs/goocanvas:2.0 ) + sourceview? ( x11-libs/gtksourceview:3.0 ) + graphviz? ( media-gfx/graphviz ) + ) + gnome-keyring? ( || ( gnome-base/libgnome-keyring <gnome-base/gnome-keyring-2.29.4 ) ) + http? ( >=net-libs/libsoup-2.24:2.4 ) + introspection? ( >=dev-libs/gobject-introspection-0.6.5 ) + json? ( dev-libs/json-glib ) + ldap? ( net-nds/openldap ) + mdb? ( >app-office/mdbtools-0.5 ) + mysql? ( virtual/mysql ) + postgres? ( dev-db/postgresql-base ) + ssl? ( dev-libs/openssl ) + >=dev-db/sqlite-3.6.22:3" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.18 + >=dev-util/intltool-0.35.5 + >=app-text/gnome-doc-utils-0.9 + doc? ( >=dev-util/gtk-doc-1 )" + +# XXX: some tests fail when run from portage (but pass when building by hand) +RESTRICT="test" + +pkg_setup() { + DOCS="AUTHORS ChangeLog NEWS README" + + if use canvas || use graphviz || use sourceview; then + if ! use gtk; then + ewarn "You must enable USE=gtk to make use of canvas, graphivz or sourceview USE flag." + ewarn "Disabling for now." + G2CONF="${G2CONF} --without-goocanvas --without-graphivz --without-gtksourceview" + else + G2CONF="${G2CONF} + $(use_with canvas goocanvas) + $(use_with graphviz) + $(use_with sourceview gtksourceview)" + fi + fi + + G2CONF="${G2CONF} + --with-unique + --disable-scrollkeeper + --disable-static + --enable-system-sqlite + $(use_with berkdb bdb /usr) + $(use_with gnome-keyring) + $(use_with gtk ui) + $(use_with http libsoup) + $(use_enable introspection) + $(use_with java java $JAVA_HOME) + $(use_enable json) + $(use_with ldap) + $(use_with mdb mdb /usr) + $(use_with mysql mysql /usr) + $(use_with postgres postgres /usr) + $(use_enable ssl crypto)" + + if use bindist; then + # firebird license is not GPL compatible + G2CONF="${G2CONF} --without-firebird" + else + G2CONF="${G2CONF} $(use_with firebird firebird /usr)" + fi + + use berkdb && append-cppflags "-I$(db_includedir)" + use oci8 || G2CONF="${G2CONF} --without-oracle" + + # Not in portage + G2CONF="${G2CONF} + --disable-default-binary" + + export XDG_DATA_HOME="${T}/.local" +} + +src_prepare() { + # Fix build order for generated content, upstream #630958 + #epatch "${FILESDIR}/${PN}-9999-fix-build-order.patch" + + # Fix compilation failure of keyword_hash.c, upstream #630959 + #epatch "${FILESDIR}/${PN}-4.2.0-missing-include-in-keyword_hash-generator.patch" + + # Upstream patch to fix a serious statement rewriting bug, in next release + epatch "${FILESDIR}/${PN}-4.99.4-statement-rewriting-fix.patch" + + # Disable broken tests so we can check the others + epatch "${FILESDIR}/${PN}-4.99.4-disable-broken-tests.patch" + + # Prevent file collisions with libgda:4 + epatch "${FILESDIR}/${PN}-4.99.1-gda-browser-help-collision.patch" + epatch "${FILESDIR}/${PN}-4.99.1-gda-browser-doc-collision.patch" + epatch "${FILESDIR}/${PN}-4.99.1-control-center-icon-collision.patch" + # Move files with mv (since epatch can't handle rename diffs) and + # update pre-generated gtk-doc files + local f + for f in tools/browser/doc/gda-browser* ; do + mv ${f} ${f/gda-browser/gda-browser-5.0} || die "mv ${f} failed" + done + for f in tools/browser/doc/html/gda-browser.devhelp* ; do + sed -e 's:name="gda-browser":name="gda-browser-5.0":' \ + -i ${f} || die "sed ${f} failed" + mv ${f} ${f/gda-browser/gda-browser-5.0} || die "mv ${f} failed" + done + for f in control-center/data/*_gda-control-center.png ; do + mv ${f} ${f/_gda-control-center.png/_gda-control-center-5.0.png} || + die "mv ${f} failed" + done + + python_convert_shebangs -r 2 libgda-report/RML/trml2{html,pdf} + + eautoreconf + gnome2_src_prepare +} + +src_test() { + emake check XDG_DATA_HOME="${T}/.local" || die "tests failed" +} + +pkg_postinst() { + gnome2_pkg_postinst + local d + for d in /usr/share/libgda-5.0/gda_trml2{html,pdf} ; do + python_mod_optimize ${d} + done +} + +pkg_postrm() { + gnome2_pkg_postrm + local d + for d in /usr/share/libgda-5.0/gda_trml2{html,pdf} ; do + python_mod_cleanup ${d} + done +} |