File:  [parser3project] / parser3 / tests / results / 129.processed
Revision 1.8: download - view: text, annotated - select for diffs - revision graph
Sun Aug 30 05:30:29 2009 UTC (16 years, 10 months ago) by misha
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, release_3_4_6, release_3_4_5, release_3_4_4, release_3_4_3, release_3_4_2, release_3_4_1, release_3_4_0, HEAD
- http headers were changed: content-type => Content-type and so on

Content-Type: text/html
Content-Length: 2098

<h3>unique key, no value columns, no options</h3>
a <blockquote>
group first<br />
name a<br />
</blockquote><br />
b <blockquote>
group first<br />
name b<br />
</blockquote><br />
c <blockquote>
group second<br />
name c<br />
</blockquote><br />
d <blockquote>
group third<br />
name d<br />
</blockquote><br />
e <blockquote>
group third<br />
name e<br />
</blockquote><br />
<h3>non-unique key, no value columns, no options</h3>
failed, that's OK.<br />
if key not unique $.distinct(1) must be specified
<h3>non-unique key, no value columns, options: $.distinct[tables] (backward)</h3>
first a,b<br />
second c<br />
third d,e<br />
<h3>non-unique key, no value columns, options: $.distinct[tables], $.type[hash] </h3>
failed, that's OK.<br />
$.distinct[tables] and $.type[...] can't be specified together
<h3>non-unique key, no value columns, options: $.distinct(1) $.type[table]</h3>
first a,b<br />
second c<br />
third d,e<br />
<h3>non-unique key, no value columns, options: $.distinct(1) $.type[table]</h3>
failed, that's OK.<br />
non unique key without distinct option
<h3>unique key, no value columns, options: $.type[table]</h3>
a a<br />
b b<br />
c c<br />
d d<br />
e e<br />
<h3>non-unique key, no value columns, options: $.distinct(1) $.type[hash]</h3>
first <blockquote>
group first<br />
name a<br />
</blockquote><br />
second <blockquote>
group second<br />
name c<br />
</blockquote><br />
third <blockquote>
group third<br />
name d<br />
</blockquote><br />
<h3>non-unique key, no value columns, options: $.distinct(1) (as above because $.type[hash] == default)</h3>
first <blockquote>
group first<br />
name a<br />
</blockquote><br />
second <blockquote>
group second<br />
name c<br />
</blockquote><br />
third <blockquote>
group third<br />
name d<br />
</blockquote><br />
<h3>non-unique key, no value columns, options: $.distinct(1) $.type[string]</h3>
failed, that's OK.<br />
with $.type[string] only one field must be specified
<h3>non-unique key, one value column (name), options: $.distinct(1) $.type[string]</h3>
first a<br />
second c<br />
third d<br />

E-mail: