patch for libgnomedb headers

From: Rodrigo Moya (rodrigo@gnome-db.org)
Date: Sun Jun 29 2003 - 06:48:11 EDT

  • Next message: Marc Maurer: "Re: patch for libgnomedb headers"

    Hi

    Here's a patch that fixes the libgnomedb headers in the GDA plugin, due
    to a change we did in the headers in the latest versions.

    apart from that, I am planning to do some work on the GDA plugin. First
    of all, I was thinking in using a graphical query designer, where the
    user selects the tables/fields, instead of the plain SQL dialog there is
    right now.

    Also, I was thinking on adding more use of the GDA plugin, so that, for
    instance, you can say 'insert data' and, via the graphical query
    designer mentioned above, create a table from the data returned by the
    database.

    So, what do you think? Any other database features you would like to
    have?

    cheers


    ? unix/.libs
    ? unix/AbiGDA.lo
    ? unix/libAbiGDA.la
    Index: unix/AbiGDA.cpp
    ===================================================================
    RCS file: /cvsroot/abiword-plugins/tools/gda/unix/AbiGDA.cpp,v
    retrieving revision 1.6
    diff -u -p -r1.6 AbiGDA.cpp
    --- unix/AbiGDA.cpp 15 Jun 2003 12:09:45 -0000 1.6
    +++ unix/AbiGDA.cpp 29 Jun 2003 10:36:55 -0000
    @@ -45,7 +45,8 @@
     
     #include <gtk/gtk.h>
     #include <libgda/libgda.h>
    -#include <libgnomedb/libgnomedb.h>
    +#include <libgnomedb/gnome-db-login.h>
    +#include <libgnomedb/gnome-db-util.h>
     
     static const char* GDA_MenuLabel = "G&DA Database";
     static const char* GDA_MenuTooltip = "Mailmerge using a database";



    This archive was generated by hypermail 2.1.4 : Sun Jun 29 2003 - 07:01:28 EDT