gnomemm r1999 - in libgdamm/trunk: . libgda libgda/src tools/extra_defs_gen



Author: murrayc
Date: Fri Jan 16 11:33:30 2009
New Revision: 1999
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1999&view=rev

Log:
3.99.8:

2009-01-16  Murray Cumming  <murrayc murrayc com>

* libgda/libgdamm.h:
* libgda/src/Makefile_list_of_hg.am_fragment:
* tools/extra_defs_gen/generate_defs_gda.cc:
* libgda/src/threader.[hg|ccg]: Removed Threader because GdaThreader 
was removed from libgda.

Removed:
   libgdamm/trunk/libgda/src/threader.ccg
   libgdamm/trunk/libgda/src/threader.hg
Modified:
   libgdamm/trunk/ChangeLog
   libgdamm/trunk/NEWS
   libgdamm/trunk/configure.in
   libgdamm/trunk/libgda/libgdamm.h
   libgdamm/trunk/libgda/src/Makefile_list_of_hg.am_fragment
   libgdamm/trunk/libgda/src/connection.hg
   libgdamm/trunk/tools/extra_defs_gen/generate_defs_gda.cc

Modified: libgdamm/trunk/NEWS
==============================================================================
--- libgdamm/trunk/NEWS	(original)
+++ libgdamm/trunk/NEWS	Fri Jan 16 11:33:30 2009
@@ -1,3 +1,8 @@
+3.99.8: (unstable)
+
+* Connection::update_meta_store_table(): Make this actually work.
+  (Johannes Schmid, Armin Burgmeier)
+
 3.99.7: (unstable)
 
 * Completed most of the API of libgda v4

Modified: libgdamm/trunk/configure.in
==============================================================================
--- libgdamm/trunk/configure.in	(original)
+++ libgdamm/trunk/configure.in	Fri Jan 16 11:33:30 2009
@@ -17,7 +17,7 @@
 #We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
 pushdef([LIBGDAMM_MAJOR_VERSION],     [3])
 pushdef([LIBGDAMM_MINOR_VERSION],     [99])
-pushdef([LIBGDAMM_MICRO_VERSION],     [7])
+pushdef([LIBGDAMM_MICRO_VERSION],     [8])
 pushdef([LIBGDAMM_EXTRA_VERSION],     [])
 pushdef([LIBGDAMM_VERSION], LIBGDAMM_MAJOR_VERSION.LIBGDAMM_MINOR_VERSION.LIBGDAMM_MICRO_VERSION[]LIBGDAMM_EXTRA_VERSION)
 AC_INIT([libgdamm], LIBGDAMM_VERSION, [gtkmm-list gnome org])
@@ -112,7 +112,7 @@
 #########################################################################
 #  Dependancy checks
 #########################################################################
-LIBGDA_REQUIRED=3.99.7
+LIBGDA_REQUIRED=3.99.8
 PKG_CHECK_MODULES(LIBGDAMM, glibmm-2.4 >= 2.12.8 libgda-4.0 >= $LIBGDA_REQUIRED)
 AC_SUBST(LIBGDAMM_CFLAGS)
 AC_SUBST(LIBGDAMM_LIBS)

Modified: libgdamm/trunk/libgda/libgdamm.h
==============================================================================
--- libgdamm/trunk/libgda/libgdamm.h	(original)
+++ libgdamm/trunk/libgda/libgdamm.h	Fri Jan 16 11:33:30 2009
@@ -59,7 +59,6 @@
 #include <libgdamm/set.h>
 #include <libgdamm/sqlparser.h>
 #include <libgdamm/statement.h>
-#include <libgdamm/threader.h>
 #include <libgdamm/transactionstatus.h>
 #include <libgdamm/xatransaction.h>
 

Modified: libgdamm/trunk/libgda/src/Makefile_list_of_hg.am_fragment
==============================================================================
--- libgdamm/trunk/libgda/src/Makefile_list_of_hg.am_fragment	(original)
+++ libgdamm/trunk/libgda/src/Makefile_list_of_hg.am_fragment	Fri Jan 16 11:33:30 2009
@@ -11,7 +11,7 @@
      handlernumerical.hg handlerbin.hg handlertype.hg \
      serverprovider.hg serveroperation.hg transactionstatus.hg \
      set.hg row.hg column.hg holder.hg statement.hg sqlparser.hg \
-     batch.hg metastore.hg metastruct.hg config.hg threader.hg \
+     batch.hg metastore.hg metastruct.hg config.hg \
      blobop.hg blob.hg quarklist.hg error.hg datacomparator.hg \
      dataaccesswrapper.hg dataselect.hg xatransaction.hg
 

Modified: libgdamm/trunk/libgda/src/connection.hg
==============================================================================
--- libgdamm/trunk/libgda/src/connection.hg	(original)
+++ libgdamm/trunk/libgda/src/connection.hg	Fri Jan 16 11:33:30 2009
@@ -189,9 +189,7 @@
 
   _WRAP_METHOD(Glib::ustring get_provider_name() const, gda_connection_get_provider_name)
 
-  // This updated the full meta store, we have some more convience methods to
-  // only update a portion of the store
-  _IGNORE(gda_connection_update_meta_store)
+
 #ifdef GLIBMM_EXCEPTIONS_ENABLED
   /** Update the full meta store information.
    * 
@@ -199,6 +197,11 @@
    * @return <tt>true</tt> if no error occurred.
    */
   bool update_meta_store();
+#else
+  bool update_meta_store(std::auto_ptr<Glib::Error>& err);
+#endif
+
+#ifdef GLIBMM_EXCEPTIONS_ENABLED
   /** Update the meta store information @a id
    * 
    * This can speed up the update of the meta store if you only need a 
@@ -208,9 +211,9 @@
    */
   bool update_meta_store(const Glib::ustring& id);
 #else
-  bool update_meta_store(std::auto_ptr<Glib::Error>& err);
   bool update_meta_store(const Glib::ustring& id, std::auto_ptr<Glib::Error>& err);
 #endif
+  _IGNORE(gda_connection_update_meta_store)
 
 #ifdef GLIBMM_EXCEPTIONS_ENABLED
   /** Update the meta store information for the table named @a table_name

Modified: libgdamm/trunk/tools/extra_defs_gen/generate_defs_gda.cc
==============================================================================
--- libgdamm/trunk/tools/extra_defs_gen/generate_defs_gda.cc	(original)
+++ libgdamm/trunk/tools/extra_defs_gen/generate_defs_gda.cc	Fri Jan 16 11:33:30 2009
@@ -54,7 +54,6 @@
     << get_defs (GDA_TYPE_SERVER_PROVIDER)
     << get_defs (GDA_TYPE_SET)
     << get_defs (GDA_TYPE_STATEMENT)
-    << get_defs (GDA_TYPE_THREADER)
     << get_defs (GDA_TYPE_TRANSACTION_STATUS)
     << get_defs (GDA_TYPE_XA_TRANSACTION)
     << get_defs (GDA_TYPE_SQL_PARSER)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]