Peter Ivanov

Results 2 issues of Peter Ivanov

https://github.com/scylladb/gocqlx/blob/master/qb/select.go#L83 https://docs.datastax.com/en/cql-oss/3.x/cql/cql_reference/ucase-lcase_r.html Unless enclosed in double quotation mark, identifier is case-insensitive. Currently, construrct like this: ``` table.New(table.Metadata{ Name: "aBc", ... }) ``` doesn't work unless you manually add quotes to...

Currenty there is little info about what's going on, apart from logging. That one is useful, but, yet again, we use log4j logging, so java.util.logging doesn't cope well. Info that...