Hi Hans,<br><br>Sorry for this, but my patch just contained a typo, &#39;Intvalue&#39; and &#39;IntValue&#39; are just strings that can be set to anything but should match. I have already sent in new patches for this, but because I am not on the mailinglist they take some time to arrive. However, these patches are already outdated, due to Austin&#39;s comments.<br>
So after my first two new patches, I have also in six more patches incorporating Austin&#39;s comment and other column types, so they will arrive soon.<br><br>Hib<br><br><br><br><div class="gmail_quote">On Sat, Apr 25, 2009 at 9:48 PM, Hans Leidekker <span dir="ltr">&lt;<a href="mailto:hans@codeweavers.com">hans@codeweavers.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
&gt; - � � � � � �&quot;( `Property` CHAR(255), `Value` CHAR(1) �PRIMARY KEY `Property`)&quot; );<br>
&gt; + � � � � � �&quot;( `Property` CHAR(255), `Value` CHAR(1), `Intvalue` INT PRIMARY KEY `Property`)&quot; );<br>
&gt; � � ok( r == ERROR_SUCCESS , &quot;Failed to create table\n&quot; );<br>
...<br>
&gt; � � ok( check_record( rec, 2, &quot;Value&quot;), &quot;wrong record type\n&quot;);<br>
&gt;+ � �ok( check_record( rec, 3, &quot;IntValue&quot;), &quot;wrong record type\n&quot;);<br>
<br>
These changes don&#39;t agree on the case of &#39;Intvalue&#39;, causing this test to<br>
fail. It would be interesting to see if the remaining column types also need<br>
the extra flag.<br>
<font color="#888888"><br>
�-Hans<br>
</font></blockquote></div><br>