Re: [Sqlrelay-discussion] sqlrelay-0.37 is out
Brought to you by:
mused
|
From: Maciej W. <mac...@co...> - 2006-02-06 12:26:56
|
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). -- Maciej Wisniowski |