Merge pull request #914 from dataspun/feature/geometry-autodetect-map

Update postgres plugin drivers.js
This commit is contained in:
Jan Prochazka
2024-11-22 08:28:40 +01:00
committed by GitHub

View File

@@ -2,7 +2,7 @@ const { driverBase } = global.DBGATE_PACKAGES['dbgate-tools'];
const Dumper = require('./Dumper');
const { postgreSplitterOptions } = require('dbgate-query-splitter/lib/options');
const spatialTypes = ['GEOGRAPHY'];
const spatialTypes = ['GEOGRAPHY','GEOMETRY'];
/** @type {import('dbgate-types').SqlDialect} */
const dialect = {