<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px;"><div><div>You will also need to implement this method in Integer (in latest Squeak version it was removed):</div><div><br></div><div>asByteArray<br><br>    | stream |<br>    stream := ByteArray new writeStream.<br>    self digitLength to: 1 by: -1 do: [:digitIndex |<br>        stream nextPut: (self digitAt: digitIndex)].<br><div>    ^ stream contents</div><div><br></div><div>I'm able to run most test here.  Some changes were done in the flasg to indicate ZEROFILL columns.  As long as you do not use that crap, everything should be fine! (All failing tests use that stupid "feature").  But it should not be that hard to fix if you absolutely need that : as I said, the was a change in some protocol flags and column description constants so it's probably where the problem lies.</div><div><br></div><div>Beside, it it possible that your Squeak version doesn't have an ExternalStructure flag.  No worry.  You just won't have to run the code snippet I indicated to initialize that stuff.<br></div></div><div><br></div><div><br></div><div class="ydp85833334signature">----------------- <br>Benoît St-Jean <br>Yahoo! Messenger: bstjean
 <br>Twitter: @BenLeChialeux
 <br>Pinterest: benoitstjean
 <br>Instagram: Chef_Benito<br>IRC: lamneth
 <br>Blogue: endormitoire.wordpress.com
 <br>"A standpoint is an intellectual horizon of radius zero".  (A. Einstein)</div></div>
            <div><br></div><div><br></div>
            
            <div id="ydpcfdea620yahoo_quoted_0909643805" class="ydpcfdea620yahoo_quoted">
                <div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
                    
                    <div>
                        On Thursday, November 16, 2017, 3:25:14 PM EST, Chris Cunnington <brasspen@gmail.com> wrote:
                    </div>
                    <div><br></div>
                    <div><br></div>
                    <div><div id="ydpcfdea620yiv3300404669"><div>> <span style="orphans:2;widows:2;background-color:rgb(255, 255, 255);" class="ydpcfdea620yiv3300404669">I'm also having trouble finding/loading the main MYSQL package.</span><div class="ydpcfdea620yiv3300404669"><br class="ydpcfdea620yiv3300404669"></div><div class="ydpcfdea620yiv3300404669">Hmm. </div><div class="ydpcfdea620yiv3300404669"><br class="ydpcfdea620yiv3300404669"></div><div class="ydpcfdea620yiv3300404669">Colin started this MySQL driver business. But there’s nothing publicly available from him anymore. </div><div class="ydpcfdea620yiv3300404669">Whatever tantalus was it’s not at his repo now. </div><div class="ydpcfdea620yiv3300404669"><br class="ydpcfdea620yiv3300404669"></div><div class="ydpcfdea620yiv3300404669"><a href="http://source.wiresong.ca/" class="ydpcfdea620yiv3300404669" rel="nofollow" target="_blank">http://source.wiresong.ca/</a></div><div class="ydpcfdea620yiv3300404669"><br class="ydpcfdea620yiv3300404669"></div><div class="ydpcfdea620yiv3300404669">Try these. </div><div class="ydpcfdea620yiv3300404669"><br class="ydpcfdea620yiv3300404669"></div><div class="ydpcfdea620yiv3300404669"><font class="ydpcfdea620yiv3300404669" face="Geneva, Arial, Helvetica, sans-serif" color="#360084"><span style="font-size:15.04px;orphans:2;text-align:justify;widows:2;background-color:rgb(255, 255, 255);" class="ydpcfdea620yiv3300404669"><a href="http://www.squeaksource.com/MySQL.html" class="ydpcfdea620yiv3300404669" rel="nofollow" target="_blank">http://www.squeaksource.com/MySQL.html</a></span></font></div><div class="ydpcfdea620yiv3300404669"><a title="static project url" href="http://www.squeaksource.com/IOSPersistent.html" style="color:rgb(54, 0, 132);text-decoration:none;font-family:Geneva, Arial, Helvetica, sans-serif;font-size:15.04px;orphans:2;text-align:justify;widows:2;background-color:rgb(255, 255, 255);" class="ydpcfdea620yiv3300404669" rel="nofollow" target="_blank">http://www.squeaksource.com/IOSPersistent.html</a></div><div class="ydpcfdea620yiv3300404669"><font class="ydpcfdea620yiv3300404669" face="Geneva, Arial, Helvetica, sans-serif" color="#360084"><span style="font-size:15.04px;orphans:2;text-align:justify;widows:2;background-color:rgb(255, 255, 255);" class="ydpcfdea620yiv3300404669"><a href="http://www.squeaksource.com/MySQLtesting.html" class="ydpcfdea620yiv3300404669" rel="nofollow" target="_blank">http://www.squeaksource.com/MySQLtesting.html</a></span></font></div><div class="ydpcfdea620yiv3300404669"><br class="ydpcfdea620yiv3300404669"></div><div class="ydpcfdea620yiv3300404669">There’s also this long page of chunk format for a driver. Revolting though this page is, it does have the jdm initials which correspond with the Squeak Wiki page about a MySQL driver I gave you previously. </div><div class="ydpcfdea620yiv3300404669">It’s probably the accompanying driver for that wiki page.</div><div class="ydpcfdea620yiv3300404669"><br class="ydpcfdea620yiv3300404669"></div><div class="ydpcfdea620yiv3300404669"><div style="margin:0px;font-stretch:normal;line-height:normal;" class="ydpcfdea620yiv3300404669"><a href="https://lists.gnu.org/archive/html/help-smalltalk/2007-09/msg00037.html" class="ydpcfdea620yiv3300404669" rel="nofollow" target="_blank">https://lists.gnu.org/archive/html/help-smalltalk/2007-09/msg00037.html</a></div></div><div style="margin:0px;font-stretch:normal;line-height:normal;" class="ydpcfdea620yiv3300404669"><br class="ydpcfdea620yiv3300404669"></div><div style="margin:0px;font-stretch:normal;line-height:normal;" class="ydpcfdea620yiv3300404669">Chris </div></div></div><br></div>
                </div>
            </div></div></body></html>