Martin Sucha
                                            Martin Sucha
                                        
                                    Using `Clean` alone is not sufficient to avoid escaping the root though. For example, Windows has reserved file names. See [filepath.IsLocal](https://pkg.go.dev/path/filepath#IsLocal)
`Clean returns the shortest path name equivalent to path by purely lexical processing` was not true for UNC paths before and now it is. > The point is, this was...
See https://github.com/adrienverge/openfortivpn/issues/1141#issuecomment-1806834236
> The Vector type is implemented in Cassandra as not the native collection type but the custom type. Could this be because gocql uses [protocol v4](https://github.com/apache/cassandra/blob/df78296dcbc67c1d6dd1e0412fcd71f0a8f8fa7c/doc/native_protocol_v4.spec), which does not have...
Please open a Cassandra issue about the length issue.
Hi! Thank you for reporting the issue! It seems that we should update the `HostInfo.Equal` to use UUID comparison as well as update other places to use the UUID (some...
Hi! Just recently https://github.com/scylladb/gocql/pull/113 was merged to the ScyllaDB fork. It is not available in gocql/gocql yet. https://github.com/scylladb/gocql/pull/114 is also related.
Hi! How does your code that calls gocql look like? What do you see in the results with gocql instead of the expected result? "The data is not returned" is...
Thanks! @remiphilippe could you please provide the the Go code that calls gocql in the reproducer? Having a dump of the whole PREPARE/EXECUTE exchange from the protocol would help as...
@remiphilippe pcap dump from Wireshark/tcpdump with the network communication would help. Please make sure there isn't any secret included, like the database password or sensitive contents of tables. Specifically, gocql...