Skip to Main Content
ADD A NEW IDEA

Informix

Showing 518

select task('onstat','-g mem') ONLY returns first 30k (Currently Hardcoded in code)

When executing a select when you want to run and "onstat" command, it only displays the first 30k and the message 'Truncating message at 30KB\ ' is displayed.Currently it is hardcoded.
over 7 years ago in Informix / Informix Server 0 Not under consideration

Allow for multiple worker threads on SSL port

Allow for more than one worker thread to handle connections coming into SSL port. Feature should be able to allow for customization of number of threads (Ex: sslportalias-4 where 4 equals number of threads to be used)
over 7 years ago in Informix / Informix Server 0 Not under consideration

support for EF for ODBC driver

Currently Entity Framework is supported only by DRDA driver. It is not possible to switch ODBC applications to native DRDA applications. Rather existing applications will remain as ODBC. Despite of this it would be good to have EF - it simplifies ...
almost 10 years ago in Informix / Informix Client Products 1 Not under consideration

Lift 32K limit on SQL queries/results

SQL statements that exceed 32K in their collective data types currently crash. For example, if you select 10 LVARCHAR columns of 5000 each, totaling 50000 you get an error, crashing the application. This limit is way too low and it is causing our ...
almost 5 years ago in Informix 1 Functionality already exists

Shorten the time spent by "onstat -z" when zeroing internal structures

As was diagnosed in ticket TS002495910, in customer's system "onstat -z" processing is causing about 1 second "block" every 5 minutes for all threads, that needed to acquire the global mutex. This causes problems in customer's system (one of the l...
almost 5 years ago in Informix / Informix Server 0 Not under consideration

SQLHOSTS groups connect to non-primary

Include at SQLHOSTS options specific for groups to allow connection for non-pimary serversSomething like : conn_sec = 1 Then , the client will be able to connect at any server of the group, no matter if it is Primary / HDR / RSS / SDS. ... Today i...
almost 10 years ago in Informix / Informix Server 0 Not under consideration

create a foreign key allowing one to one tables relationships

Our Primary Key and Foreign key constraints always have allowed creaing and ensuring '1 to many' table relationships. After researching, there is no direct way to implement such a case with Informix. The only safe way is to create a primary key on...
almost 5 years ago in Informix / Informix Server 1 Not under consideration

Support query parameters in projection clause

See: https://www.ibm.com/mysupport/s/case/5000z00001MLNI2AAP/db2parameter-not-working-with-merge-statement This works with DB2 according to IBM support staff.
almost 5 years ago in Informix 0 Not under consideration

Clear text passwords are displayed in onstat -g sql/ses commands for Informix user account create/modify user SQL commands

When using USERMAPPING feature to create internal Informix user accounts, it was found the SQL command executed to create an account or modify the password of an existing account is displayed in the output of onstat -g ses and onstat -g sql. Also ...
about 10 years ago in Informix / Informix Server 0 Not under consideration

Need a function or pseudo-field to return the number of elements in a BSON array

Put in simplest terms, if I have a JSON/BSON record with an embedded array, I need to know how many elements are in the array. I need a function similar to bson_size() (which returns the string length of the total array) which instead returns the ...
over 2 years ago in Informix / Informix Server 1 Future consideration