postgresql-dart icon indicating copy to clipboard operation
postgresql-dart copied to clipboard

Warning: Operand of null-aware operation in v2.6.4

Open xvrh opened this issue 1 year ago • 0 comments

My system upgraded me to postgres v2.6.4 released recently. Now I see this warning:

../../../../../.pub-cache/hosted/pub.dev/postgres-2.6.4/lib/src/substituter.dart:24:52: Warning: Operand of null-aware operation '!' has type 'Map<String, dynamic>' which excludes null.
 - 'Map' is from 'dart:core'.
    replace ??= (spec, index) => converter.convert(values![spec.name]);

xvrh avatar Feb 22 '24 13:02 xvrh