Update drivers.js

add geometry to spatial types
This commit is contained in:
Jeremy
2024-10-09 14:20:44 -07:00
committed by GitHub
parent cbd6ce7872
commit 2c0b76fb3f

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 = {