displaying top 100 results
Comment on SpreadsheetAddRow fails if string starts or ends with comma by Jim P.
Tracker Issue Include is_virtual in cfinfo.columns resultset
virtual columns.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3745969
External Customer Info:
External Company:
External Customer Name: P Rowe
External Customer Email:
Tracker Comment Comment on Should not mark some tag-specific variables as XSS (RecordCount/CurrentRow) by S P.
Comment on Should not mark some tag-specific variables as XSS (RecordCount/CurrentRow) by S P.
Tracker Comment Comment on Should not mark some tag-specific variables as XSS (RecordCount/CurrentRow) by S P.
Comment on Should not mark some tag-specific variables as XSS (RecordCount/CurrentRow) by S P.
Tracker Comment Comment on Values coming from in-built struct objects/tag-specific variables should not be flagged for vulnerability. by S P.
2675044 CF-4087973 S P. Certain scenarios to be covered as part of this bug:
1)
SELECT ARTISTID, FIRSTNAME, LASTNAME, EMAIL, THEPASSWORD, ADDRESS, CITY, STATE, POSTALCODE, PHONE, FAX
FROM ARTISTS
WHERE 1=1
#listing.recordCount#
#listing.currentRow# - #encode
Comment on spreadsheet.addRows() doesn't work with commas in data by External U.
Eric Cobb sp_estimate_data_compression_savings just provides an estimate of what the table size would be if you applied the specified compression level. (typically "NONE","PAGE", or "ROW")
You can run the below query to determine whether or not compression is enabled on a table or index
Tracker Comment Comment on Between CF 11,0,04,293328 and 11,0,10,300066, DataDirect Oracle JDBC driver updated and now causing closed connections. by Jonas M.
2608071 CF-4197019 Jonas M. I've done some further testing and research.
DataDirect article 000070365 "With the Connect for JDBC Oracle driver, an exception occurs: SQLException: "Object has been closed" when reading a row from a table that has an XMLType column" (http://knowledgebase.progress.com/articles/Article/With-the-Connect-for-JDBC-Oracle-driver-an-exception-occurs-SQLException-Object-has-been-closed-when-reading-a-row
Tracker Issue Bug 85779:I have a table in Microsoft SQL Server 2008 where the primary key is a uniqueidentifier
to create an identifier. If I do an insert from Query Analyzer with no productID, the row gets inserted fine.
Method:
DDL to create the table:/****** Object: Table [dbo].[Product] Script Date: 01/11/2011 09:26:30 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOSET ANSI_PADDING ONGOCREATE TABLE