Re: [Mysql-cocoa-users] Re: Mysql-cocoa-users digest, Vol 1 #153 - 3 msgs
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2006-02-26 10:00:43
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Lorenz; I had such problems (indeed problem to connect to pre-4.1 version) =20 and I made a fix, which is just in svn right now. I'll incorporate your new type encoding, and make a new distro =20 (3.0.1) later today... I don't have v5 server to try it with. The main problems comes from the fact that the version 3. of the =20 framework tries to get the timezone of the server, so timestamps are =20 properly interpreted when the server and client are NOT in the same =20 timezone. Different versions of MySQL server have diff. ways to stoer =20= this information, and it's a bit tricky to retrieve it. I'll post the fix later today. Serge. Le 25 f=E9vr. 06 =E0 23:00, Lorenz Textor a =E9crit : > Hi, > > I have updated the old SMySQL framework in CocoaMySQL to the new =20 > version 3.0.0 and it works good for MySQL 5 servers. When =20 > connecting to a 4.1.14 server the application hangs and I get an =20 > error: > *** -[NSConcreteData isEqualToString:]: selector not recognized =20 > [self =3D 0x482b760] > When connecting to a 4.0.18 server the application crashes and I =20 > get an error: > CocoaMySQL has exited due to signal 10 (SIGBUS). > > Both servers work fine with the old version of the framework. > > Has anybody had similar problems with the new framework or is this =20 > problem because of some other code in CocoaMySQL? I have just =20 > checked it with an old source of CocoaMySQL and it works fine until =20= > I change the framework... > > Thanks, > Lorenz > > --=20 > lorenz textor > ** sh ** > eigerstrasse 21 > 8200 schaffhausen > tf 052 - 624 27 91 > ** zh ** > schimmelstrasse 5 > 8003 z=FCrich > tf 043 - 333 00 19 > ** > mobile 076 - 531 71 74 > email lo...@te... > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting =20 > language > that extends applications into web and mobile media. Attend the =20 > live webcast > and join the prime developer group breaking into this new coding =20 > territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=110944&bid$1720&dat=121642= > _______________________________________________ > Mysql-cocoa-users mailing list > Mys...@li... > https://lists.sourceforge.net/lists/listinfo/mysql-cocoa-users > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFEAXxC5EPeG5y7WPsRArk1AKDrQrwZWJEnG1aIQn0u9C32K5/hqQCfRLeL Pp6SKLWj43OdatsbQOketDg=3D =3DCnhS -----END PGP SIGNATURE----- |