blankers

Results 2 issues of blankers

I've encountered a strange situation with HTML source from http://portalamis.org.br/?secao=noticias See the raw html in the attached file: [http-portalamis.org.br-secao-noticias.html.txt](https://github.com/zzzprojects/html-agility-pack/files/1471418/http-portalamis.org.br-secao-noticias.html.txt) Here's my code: `public HtmlAgilityPack.HtmlDocument document { get; private set; }`...

Problem: duplicate clause is being generated by the following SqlQuery object when using AnsiSqlGenerator: ``` SubSonic.SqlQuery q = new Select() .From(Views.VwSearchIndexQuery2Mtx) .Paged(pageNumber, maximumRows) .Where(VwSearchIndexQuery2Mtx.Columns.SearchIndexQueryId) .In( new Select(SearchIndexQueryGroupMap.Columns.SearchIndexQueryId) .From(Tables.SearchIndexQueryGroupMap) .Where(SearchIndexQueryGroupMap.Columns.SearchIndexQueryGroupId) .IsEqualTo(searchIndexQueryGroupId));...