Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: MySQL driver issue?

From: dockimbel::free::fr at: 26-Aug-2007 13:38

Hi Kai, Now I understand the cause of the issue you've sent me by email. The issue is in the URL encoding/decoding process when you use 'read. 'dehex is internally called by the MySQL driver, so if you use the % character in a 'read query, you'll get wrong results.
>> dehex to-url "like %ee%"
== "like '=EE%'" Maybe I should add support for 'read/custom to avoid the need to encode the SQL query. -- DocKimbel Kai Peters wrote: