isSearchable() returns true for a calculated field -------------------------------------------------- Key: DERBY-195 URL: http://issues.apache.org/jira/browse/DERBY-195 Project: Derby Type: Bug Components: JDBC Versions: 10.0.2.0 Environment: Windows XP SP1 Professional Reporter: George Baklarz Issuing a ResultSetMetaData isSearchable() against a computing column returns a TRUE value. i.e. SELECT NAME, ADDRESS, 1 FROM EMPLOYEE .... will return a value of TRUE for isSearchable against the computed value (1) in the SELECT list. Is that what is supposed to be returned for a computed column? It may be that I misunderstood the semantics for what isSearchable() is supposed to do. I thought that a column with isSearchable()=true can be used in a subsequent WHERE clause. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira