Thomas

Results 26 comments of Thomas

Thanks for reporting. Could you please let me know what you plan to do with the rawBytes ? It's a money type so I do not return the exact same...

Hi, thanks for reporting. May I know the server version and the version of this driver you are using ? I've fixed an issue like that recently, could you make...

commit f49ccc10e14d45d1a58d2767d24258ff467b9c89 was the last change of the login procedure to handle ASE 16 password. I think I still should find a better way to respect login timeout. I'll try...

Thanks for reporting, good catch. I should add a NullNum type which has a `Valid` member, similar to NullString. Another option would be to return a nil pointer when the...

Thanks for the report. I'll check it tomorrow. It should be fixed shortly.

Hi, and thanks for reporting. This one is difficult to fix. There are several ways to send prepared statements, one is to use dynamic prepared statements messages, which this driver...

I would need to capture network traffic with ? placeholders, and with named parameters to check the différence. As far as I know dbrpc and language messages require named parameters,...

The best solution is to lex the statement, I think. If it only contains an exec procedure, the we switch to dbrpc. If not then a regular dynamic statement will...

Just checked the jconnect documentation. It looks like it replaces the placeholders by @p1...@pn and uses dbrpc or language tokens. I will try to mimic this behaviour and use reflection...

Thanks for reporting. Could you please try to run the tests ? It might help to pinpoint the issue. As mentionned in the readme this library is only tested on...