fluttercouch icon indicating copy to clipboard operation
fluttercouch copied to clipboard

"Expression can not be null" when using Functions

Open gabriel-rajadurai opened this issue 5 years ago • 0 comments

Using function expressions such as "count", "max" , etc. throws an exception saying "Expression can not be null"

This is the select statement I used, SelectResult.expression(Functions.count(Expression.string("*"))).as("count")

I tried other Functions such as "avg", "max" , etc. , but I got the same exception.

Note: I tested this on an Android Emulator running API-29

gabriel-rajadurai avatar Oct 20 '19 10:10 gabriel-rajadurai