This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
Shape the future of IBM!
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Search existing ideas
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post your ideas
Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,
Post an idea
Upvote ideas that matter most to you
Get feedback from the IBM team to refine your idea
Specific links you will want to bookmark for future use
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
IBM Employees should enter Ideas at https://ideas.ibm.com
And just as addition - as BSON/JSON is not officially supported by the driver, some functions may result in nasty behaviour (see TS004878521) by either not returning the correct result or throwing an exception:
GetValue returning the BSON binary data as string representation but omitting tailing NULL bytes if there are multiple of them
IsDbNull leading to GetBytes not returning any data (but throwing an exception) due to a possible internal buffer issue
This leads to either the DB server having to perform the BSON to JSON conversion (with all the involved problems like length restrictions to the returned LVARCHAR representation) or to nasty exception handling in order to perform the Binary read (GetBytes + Try-Catch for the "Invalid Cast" in case of a NULL value)...
Despite my last comment, it seems that some of the functions (like the GetBytes one) already support the BSON data type, whereas others (like the IsDbNull function) does not. In general, the .NET Core driver has no official support right now for the BSON datatype - therefore it would be nice if this feature (as BSON itself is supported for many years by Informix) would be implemented into the .NET Core driver as soon as possible.
It seems as if the functionality is undocumented but already implemented in the current 4.50FC5 version of the Informix.Net.Core driver.