Oliver Welter wrote:
as far as i remember this is a problem of mysql versions, the stable
release dosn't support this feature right now and is only available in
the unstable betas - it was necessary to support different language
encodings i think...

As the only way to get it working with mysql seems to remove the function, what's about simply putting the code into an if-statement that checks for mysql as Backend ? Or better - run the query and check if it is supported without throwning the error.

The transactions are not aborted because of this error. SET NAMES is only supported in 4.1+. If you run the query and it fails then this will be logged. OpenCA::DBI runs the query but ignores the result. So no problem at all.


Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
[EMAIL PROTECTED]   D-10099 Berlin
_______________________________________________________________


------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ OpenCA-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to