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

[REBOL] [BUG] in mysql-protocol 0.9.9

From: rebol-list2::seznam::cz at: 29-Jul-2003 12:28

Hello doc, just want to tell you that you are using variable 'byte in the global context in your mysql-protocol.r version 0.9.9! FIX: change line in "data reading" from: b0: b1: b2: b3: int: int24: long: string: field: len: none to: b0: b1: b2: b3: int: int24: byte: long: string: field: len: none PS: I'm now experimenting with running the protocol as an asyn.port so I would like to now what's the best way how to deal with the data. IS it better to process only one row result in time when port's awake or is it better to process for example 10 or more rows at this time? And if there is any support in the handler how to detect if the port is still busy (so I should not send any other commands to the db port since all data from previous sql command are processed)? -- Best regards, Oldes mailto:[oliva--david--seznam--cz]