sfc-gh-jbahk
sfc-gh-jbahk
@kevin-lindsay-1 Thank you for bringing this to our attention. Would you mind sharing how you're using DataTypeTimestampLtz? Whether it be a bug or lack of documentation, we'd like to fix...
I see. Timestamp_LTZ is meant to capture the current session's timezone, noted in the TIMEZONE session parameter. We will look into what went wrong here.
@veqryn Although I am unable to directly reproduce this error, I believe this has been addressed by the 1.3.9 release of this driver (although at the current time of writing,...
@GregOwen why is this necessary? Could you give me an example of how you intend on using this code?
@GregOwen I see potential conflicts with this approach wherein the statement parameters that the customers might pass into the statement could either throw errors, not accepted by our server or...
@GregOwen I see. Where would these parameters be used? Will it be inserted as a value of a column?
@GregOwen I've reviewed this with my team and think it should be okay to move forward but if you can change the code to be less generic such that the...
@GregOwen can you rebase and push this branch?
@sfc-gh-cshi can you take a look at this PR and see if it's something the go driver needs/wants? cc: @sfc-gh-hkapre
Hi @nyergler , yes would you mind writing a test for this? Thank you.