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

[REBOL] Re: Strange mysql scheme port errors

From: dockimbel:free at: 18-Feb-2001 23:41

Hi Gabriele ! Gabriele Santilli wrote:
> Hello Nenad!
[...]
> Also, I noticed that you have to read from the port after an > update query too (otherwise errors are not reported and subsequent > queries won't work). I'll see if I can fix this up myself, if you > don't mind. Currently I use the following function: > > do-query: func [port [port!] query [string!]] [ > insert port query > pick port 1 > ] > > for update queries.
You're totally right. I missed that one. The correction i'm planning to do for the next release should also work in that case. Anyway, if you got ideas on how this thing should be fixed or more generally how the driver could be improved, i would be very happy to hear them ! BTW, i'm surprise that nobody asked me why i used pair! datatype in the encryption functions ? ;-)
> Anyway, good job Nenad!
Thanks Gabriele. I looked at the postgresql protocol and i'm thinking that it really won't be very tough to implement, except maybe for the encryption algos...I won't have time to work on this one, but i'm thinking about setting up a website that would allow a collaborative work on that kind of project. (We should also make a tool like that for /Express, if RT isn't already working on...) 2001 will be, for sure, a great step in the "rebolution" process ! Regards, DocKimbel.