File:  [parser3project] / parser3 / tests / results / 129.processed
Revision 1.6: download - view: text, annotated - select for diffs - revision graph
Thu May 29 10:02:46 2008 UTC (18 years, 3 months ago) by misha
Branches: MAIN
CVS tags: release_3_3_0, HEAD
- more tests for ^table.hash[]

content-type: text/html
content-length: 2098

<h3>unique key, no value columns, no options</h3>
c <blockquote>
name c<br />
group second<br />
</blockquote><br />
d <blockquote>
name d<br />
group third<br />
</blockquote><br />
e <blockquote>
name e<br />
group third<br />
</blockquote><br />
a <blockquote>
name a<br />
group first<br />
</blockquote><br />
b <blockquote>
name b<br />
group first<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>
second c<br />
first a,b<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>
second c<br />
first a,b<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>
c c<br />
d d<br />
e e<br />
a a<br />
b b<br />
<h3>non-unique key, no value columns, options: $.distinct(1) $.type[hash]</h3>
third <blockquote>
name d<br />
group third<br />
</blockquote><br />
second <blockquote>
name c<br />
group second<br />
</blockquote><br />
first <blockquote>
name a<br />
group first<br />
</blockquote><br />
<h3>non-unique key, no value columns, options: $.distinct(1) (as above because $.type[hash] == default)</h3>
third <blockquote>
name d<br />
group third<br />
</blockquote><br />
second <blockquote>
name c<br />
group second<br />
</blockquote><br />
first <blockquote>
name a<br />
group first<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>
third d<br />
second c<br />
first a<br />

E-mail: