support for geograpghy view in mssql

This commit is contained in:
Jan Prochazka
2022-06-11 19:19:50 +02:00
parent fa0680a8ee
commit 34496ced0e
5 changed files with 40 additions and 11 deletions

View File

@@ -20,6 +20,9 @@ export function evaluateExpression(expr: Expression, values) {
case 'call':
return null;
case 'methodCall':
return null;
case 'transform':
return null;
}