Add Equals function for QualValue. Closes #646 #785
Annotations
10 errors
connection/connection_cache.go#L61
Error return value of `c.cache.Delete` is not checked (errcheck)
|
connection/connection_cache.go#L66
Error return value of `c.cache.Invalidate` is not checked (errcheck)
|
query_cache/cacher_result_subscriber.go#L68
Error return value of `maxReadSem.Acquire` is not checked (errcheck)
|
query_cache/query_cache.go#L347
Error return value of `c.cache.Delete` is not checked (errcheck)
|
query_cache/query_cache.go#L354
Error return value of `c.cache.Invalidate` is not checked (errcheck)
|
plugin/hydrate_cache.go#L210
Error return value of `d.ConnectionCache.SetWithTTL` is not checked (errcheck)
|
plugin/plugin_connection_config.go#L52
Error return value is not checked (errcheck)
|
plugin/plugin_test.go#L513
Error return value of `test.plugin.initialiseTables` is not checked (errcheck)
|
plugin/query_data.go#L423
Error return value of `requiredCallBuilder.Add` is not checked (errcheck)
|
plugin/query_data.go#L653
Error return value of `rd.set` is not checked (errcheck)
|
The logs for this run have expired and are no longer available.
Loading