Merge branch 'main' into aggregation

This commit is contained in:
Rijk van Zanten
2021-08-13 00:48:48 +02:00
committed by GitHub
5 changed files with 31 additions and 29 deletions

View File

@@ -154,7 +154,6 @@ async function parseCurrentLevel(
function getColumnPreprocessor(knex: Knex, schema: SchemaOverview, table: string) {
const helper = getGeometryHelper();
return function (column: string): Knex.Raw<string> {
const field = schema.collections[table].fields[column];