GNOME Bugzilla – Bug 318820
meta-data sync fails on supplied SQLite3 database, sales_test.db
Last modified: 2007-02-05 14:31:21 UTC
Version details: 1.3.91 & 1.9.100 Distribution/Version: YDL-4.0.1 Ran into some problems testing external database access in gnumeric-1.6.0 so I thought I would simplify the experiment. case I ------ * install libgda-1.3.91, libgnome-db-1.3.91 * remove ~/.libgda directory * launch mergeant-0.62 or gnome-db-browser * application attempts to synchronize metadata Error message appears: Error updating Database metadata: Can't find data type browser comes up. Case II ------- * repeat Case I experiment using version 1.9.100 of libgda and libgnomedb application segfaults while attempting data synchronization CRITICAL **: gda_value_get_string: assertion `value && G_IS_VALUE (value)' failed Segmentation fault browswer does not come up. BTW, the database "looks OK" when accessed directly from sqlite3 -Joseph
FYI This may be an endian problem. I had someone on an intel box run the same tests with the same setup. They did not experience any problems with the meta-data sync. -Joseph
This is a problem FIXED in CVS for 2.99.x series (1.9.100 series has been deprecated) try to use the lastest version of libgda and libgnomedb.