Adesh Atole

Results 9 comments of Adesh Atole

Is this repo being maintained anymore?

@gopinath-langote > I type 1build and hit a tab – it displays a full list of commands and then optionally I can navigate through them with the tab. Or I...

@gopinath-langote @landpro Let me know if I can pick this up

Isn't the whole purpose of 1build to avoid commands with long list of options?

@landpro Yes, symlinks should suffice me for now. The idea was to have 1build analogous to `git`, where git works anywhere in the subtree. > what if commands are supposed...

Till this PR gets released, we can do this ``` def _set_stmt_parms(self, prep_stmt, parameters): for i in range(len(parameters)): prep_stmt.setObject(i + 1, parameters[i]) prep_stmt.setQueryTimeout(QUERY_TIMEOUT) jaydebeapi.Cursor._set_stmt_parms = _set_stmt_parms ``` or use `new`

@ariretiarno if it is still happening, can you please take a thread dump when the issue occurs and send it across? You can use `jstack` to take a thread dump....

Hi @NilanshBansal , I would like to see what went wrong during deserialization / serialization and would also like to fix the root cause. I am part of the community...