[Lxr-dev] [ lxr-Bugs-2774061 ] Using PostGreSql Results in Malformed HTML in Ident Pages
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2009-04-19 10:18:24
|
Bugs item #2774061, was opened at 2009-04-19 11:13 Message generated for change (Comment added) made by adrianissott You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=2774061&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Database interface Group: v0.9.6 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: AdrianIssott (adrianissott) Assigned to: AdrianIssott (adrianissott) Summary: Using PostGreSql Results in Malformed HTML in Ident Pages Initial Comment: Using PostGreSql v8.3 on Windows XP results in ident pages such as the one attached to the bug report. The issue is that Declarations are described such as: <td><a class='search-decl' href="/lxr/source/perl/f32overview.pl#215">/perl/f32overview.pl, line 215</a></td><td>subroutine but when I run exactly the same setup except that MySql has been substituted for PostGreSql I get lines such as <td><a class='search-decl' href="/lxr/source/perl/f32overview.pl#215">/perl/f32overview.pl, line 215</a></td><td>subroutine</td><td></td> ---------------------------------------------------------------------- >Comment By: AdrianIssott (adrianissott) Date: 2009-04-19 11:18 Message: The problem was that PostGreSql returned the type of a symbol with an extra space on the end (which hadn't been inserted into the db) so the LXR::Index::PostGreSql now removes trailing white space from a type when returning the index for a particular symbol ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=2774061&group_id=27350 |