On Jun 8, 2005, at 11:56 PM, Mamta Satoor wrote:
I did sync on couple of my clients and for some reason,
ResultSet.java still shows the following deleted lines(these were
deleted as part of the commit 189486. Do you or anyone else see
these lines in your client?
- if (resultSetMetaData_.sqlxRdbnam_[baseTableColumn] !=
null &&
- !resultSetMetaData_.sqlxRdbnam_
[baseTableColumn].equals("")) // catalog
- {
- tableName += "\"" + resultSetMetaData_.sqlxRdbnam_
[baseTableColumn] + "\".";
- }
Hi Mamta,
I also just did an svn up and these lines are still in my java\client
\org\apache\derby\client\am\ ResultSet.java, at lines 3145-3149.
andrew