thebyohazard

Results 7 comments of thebyohazard

As mentioned in #361, I also wish to see all diagnostics. I am using MSSQL Server 2008 + Ubuntu Focal + unixodbc + MSSQL ODBC driver 17 for Linux +...

I'm working on figuring this out as well. I think what is meant here is a return value for a stored procedure, rather than a parameter for a stored procedure...

Okay, I wasn't binding it as a return param, but the syntax using the question marks and binding works. Try something like this: ``` nanodbc::connection connection(get_connection_string(),5); nanodbc::statement statement(connection); statement.timeout(5); prepare(statement,"{?...

Why is this dco bot whining at me when I have a signed-off-by line?

@SteveMacenski: Yes! I'm in the process of doing the design PR that Tully suggested and I hope to have that done today. Coronavirus has been meddling in my plans lately.

One other thing I noticed: the original diagram doesn't show transitions for onDeactivate[FAILURE], onCleanup[FAILURE], onShutdown[FAILURE], or onError[Error Raised], which are in the implementation. Shall I add them to this PR,...

@fujitatomoya I agree with you that a shutdown failure should go back to the previous state to retry. You could be relying on the shutdown code to execute and that...