After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691099 - MySQL: BLOB/BINARY support not implemented
MySQL: BLOB/BINARY support not implemented
Status: RESOLVED OBSOLETE
Product: libgda
Classification: Other
Component: MySQL provider
5.1.x
Other Linux
: Normal normal
: ---
Assigned To: malerba
gnome-db Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-01-03 23:19 UTC by Murray Cumming
Modified: 2018-09-21 13:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Murray Cumming 2013-01-03 23:19:54 UTC
The MySQL provider does not seem to allow the setting or getting of binary data, though it works for the PostgreSQL and SQLite backends. This seems to be the problem code in gda-mysql-provider.c:


static GdaDataHandler *
gda_mysql_provider_get_data_handler (GdaServerProvider  *provider,
				     GdaConnection      *cnc,
				     GType               type,
				     const gchar        *dbms_type)
{
	...

	else if ((type == GDA_TYPE_BINARY) ||
		 (type == GDA_TYPE_BLOB)) {
		TO_IMPLEMENT; /* define data handlers for these types */
		dh = NULL;
	}
Comment 1 GNOME Infrastructure Team 2018-09-21 13:47:51 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/libgda/issues/71.