Korinne Adler

Results 197 comments of Korinne Adler

Can you provide example JS code which can recreate the problem?

@abmusse I can't recall how the idb-connector bind code works, but if the type passed in by the user is passed as the target type on SQLBindCol, then this will...

Well, I see that we don't set `ind` in the case where strlen was

Are you asking _whether_ we'll drop support or are you asking us to drop support?

It's still supported, though there are better alternatives which I'd recommend using instead. I cannot say if or when we would ever drop support in the future.

The docs for `uv_exepath` say that `uv_setup_args` _must_ be called prior to it. On both AIX and IBM i, this will set original_exepath so we should **never** get to this...

Though that just pushes the problem further up as `uv_setup_args` calls `uv__search_path` without a mutex. Of course for the original issue reported, `unsetenv` would not be a problem on AIX...