adranwit
adranwit
The session timezone parameter is ignored by the driver which always uses time.Local https://github.com/alexbrainman/odbc/blob/master/column.go#L141 case api.SQL_C_TYPE_TIMESTAMP: t := (*api.SQL_TIMESTAMP_STRUCT)(p) r := time.Date(int(t.Year), time.Month(t.Month), int(t.Day), int(t.Hour), int(t.Minute), int(t.Second), int(t.Fraction), time.Local) Could...
Seeing intermittently unexpected signal during runtime execution Here is stack trace: fatal error: unexpected signal during runtime execution [signal SIGSEGV: segmentation violation code=0x2 addr=0x7ff4ffffffff pc=0x7ff52f75ecc0] runtime stack: runtime.throw(0xda1b7f, 0x2a) /usr/local/go/src/runtime/panic.go:617...
I am getting no RowsAffected available after DDL statement Also 'no RowsAffected available' is very annoying, for simple Exec command, no other driver behaves that way including Go Lang ODBC...
marshaler float from int64, float64, timestamp from string support to integrate with e2e testing framework (viant/endly) via dependencies https://github.com/viant/dsunit/tree/casandra and https://github.com/viant/dsc/tree/casandra