Brendan Wilde

Results 4 issues of Brendan Wilde

Method: Future find(Find st) Error: A value of type 'StreamedResults' can't be assigned to a variable of type 'Results'. Fix?: Future find(Find st) async { String stStr = composeFind(st); sj.StreamedResults...

jaguar_query_sqljocky-2.2.4/lib/src/adapter.dart Missing functions: these can be used a temp fix: @override Future alter(Alter statement) { throw UnimplementedError('TODO need to be implemented'); } @override Future insertMany(InsertMany statement) { throw UnimplementedError('TODO need...

File: jaguar_query_sqljocky-2.2.4/lib/src/adapter.dart Error: A value of type 'StreamedResults' can't be assigned to a variable of type 'Results'. Fix: Need to destream before setting to results Find all occurances in adapter...

File: jaguar_query_sqljocky-2.2.4/lib/src/adapter.dart inconsistent method name? Future delete() async { should it be changed to remove() to match the underlying functions?