Skip to Main Content
IBM Data Platform Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data Platform 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,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. 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



ADD A NEW IDEA

Clear

Application Development

Showing 80

New behavior added to DEC_TO_CHAR_FMT

SELECT CHAR(DECIMAL(1.92,15,2),',') FROM SYSIBM.SYSDUMMY1 For Db2 z/OS we use setting BIF_COMPATIBILITY = V9_DECIMAL_VARCHAR For this statement we get following results (for Db2 LUW we have parameter DEC_TO_CHAR_FMT set to NEW) : Database Value Da...
over 1 year ago in Db2 / Application Development 2 Under review

Implemented the support for XA

The .NET core started XA support from .NET 7 but driver has not yet implemented the support for XA in our core package. Functionality is needed to support 2 phase commit in .NET Windows application
over 1 year ago in Db2 / Application Development 0 Submitted

MySQL Listener

So I know there is a Mongo listener so that you can speak mongo to DB2. I also know DB2 understands the MySQL dialect; there should be a listener so that applications can connect to it, the app thinks its mysql, but the back end is db2.
almost 9 years ago in Db2 / Application Development 1 Not under consideration

Add more debug information for error [22001] [IBM] [DB2/NT64] SQL0302N

Ticket TS003868349 In a real-life application, I had a headache with error [22001] [IBM] [DB2/NT64] SQL0302N "The value of a host variable in the EXECUTE or OPEN statement is too large for its corresponding use." Namely, in an application which de...
over 5 years ago in Db2 / Application Development 0 Not under consideration

EF Core driver needs to support value convertors

Your DB2 Entity Framework Core driver does not support value convertors. https://docs.microsoft.com/en-us/ef/core/modeling/value-conversions Value convertors are really useful with databases to do things like: Translate Y/N fields to proper boolea...
almost 6 years ago in Db2 / Application Development 1 Not under consideration

dmctop for ppcle

While exploring dmctop I did not find a version for power machine. So IBM engieneering requested me to submit a request for the same.
almost 4 years ago in Db2 / Application Development 1 Future consideration

Enhance functionality of WITH clause to operate with DELETE and UPDATE in DB2 SQL statements like others flavours of SQL

Our team uses IBM DB2 11.1.4.4 Database Server for development activities. We see limitations of DB2 SQL WITH clause to work with only SELECT unlike other flavors of SQL like T-SQL which operates other DML operations. Just like how WITH simplifi...
about 6 years ago in Db2 / Application Development 1 Not under consideration

SELECT * FROM FINAL TABLE (MERGE ...)

SELECT * FROM FINAL TABLE (MERGE ...) - It would be very usefull to select records that were just merged. The same way like with DELETE / UPDATE and INSTERT: SELECT * FROM FINAL TABLE (DELETE / UPDATE / INSERT)
about 10 years ago in Db2 / Application Development 1 Not under consideration

TRY_CAST for DB2 LUW (CAST without error)

"New" scalar-function TRY_CASTReturns a value cast to the specified data type if the cast succeeds; otherwise, returns null.
over 8 years ago in Db2 / Application Development 0 Not under consideration

Default of for read only for all select statements

As you might have noticed, the "for read only" clause of the select statement in DB2 is not widely known nor used. Most standards select statements going through the DB2 engine have the risk of becoming an ambiguous cursor with sub-optimal perform...
over 6 years ago in Db2 / Application Development 1 Not under consideration