GNOME Bugzilla – Bug 593154
GDA_CONNECTION_META_TABLES shows quotes even when using GDA_CONNECTION_OPTIONS_SQL_IDENTIFIERS_CASE_SENSITIVE
Last modified: 2018-09-21 13:39:47 UTC
Using gda_connection_get_meta_store_data() with GDA_CONNECTION_META_TABLES, even when using the GDA_CONNECTION_OPTIONS_SQL_IDENTIFIERS_CASE_SENSITIVE connection option, tables are sometimes (but sometimes not) listed with quotes around them. Surely the quotes should never be in the API when using GDA_CONNECTION_OPTIONS_SQL_IDENTIFIERS_CASE_SENSITIVE? Removing them is tedious, for instance before showing the table names to the user.
-- 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/44.