Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Ideas

Showing 53 of 4816

Implement some way to avoid duplication between configuration files

I have this adapter which has some parameters that are set up in the configuration files in src/main/configurations. But it seems that I have to duplicate this same data in two different configuration files, "com.tibco.ep.ldm.configuration.ldmengi...
almost 8 years ago in Spotfire Streaming 0 Future Consideration

Add support for placeholders for stored procedures, to ODBC/JDBC drivers

The existing [as of 7.0.5.00.01] drivers for TDV do not support SQL placeholders (bind parameters), when used with stored procedures. Using PERL or Python, the following kind of code fails: PERL: ---- use DBI; use DBD::ODBC; my $dsnName = 'DSN_N...
almost 8 years ago in Spotfire Data Virtualization / JDBC / ODBC / ADO 0 Future Consideration

Allow hit count after conditional breakpoint

We currently support both conditional breakpoints and hit count BPs (i.e., if N-1 events hit a BP then break on Nth event). It would be nice to hit on a BP for a count after the initial conditional is met. Might often be just N=1, so break on the ...
over 8 years ago in Spotfire Streaming 0 Will not implement