Re: [Sqlrelay-discussion] sqlrelay-0.37 is out
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2006-02-22 02:56:07
|
Thanks, I'll update the java doc and add an entry to the faq about the defineOutputBind/getOutputBind change. FYI, I replaced defineOutputBind (which defined a string output bind) with defineOutputBindInteger, defineOutputBindDouble and defineOutputBindString. And similar for getOutputBind. The new functions handle string, integer and double binds rather than just string binds. Dave dav...@fi... On Mon, 2006-02-06 at 13:26 +0100, Maciej Wisniowski wrote: > Documentation should be updated. > Two things I've found that are wrong: > In Java API - port number is short not int in constructor so it can't be: > > new SQLRConnection(host, 9002, socket, user, pwd, 0, 1); > > but 9002 has to be casted to short > > > Second thing are changes in Python API :/ > Methods: defineOutputBind and getOutputBind no longer exists. > > These changes in Python are not mentioned in the release info > too (or I can't figure them out). > |