mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 01:03:58 +00:00
Update drivers.js
add geometry to spatial types
This commit is contained in:
@@ -2,7 +2,7 @@ const { driverBase } = global.DBGATE_PACKAGES['dbgate-tools'];
|
|||||||
const Dumper = require('./Dumper');
|
const Dumper = require('./Dumper');
|
||||||
const { postgreSplitterOptions } = require('dbgate-query-splitter/lib/options');
|
const { postgreSplitterOptions } = require('dbgate-query-splitter/lib/options');
|
||||||
|
|
||||||
const spatialTypes = ['GEOGRAPHY'];
|
const spatialTypes = ['GEOGRAPHY','GEOMETRY'];
|
||||||
|
|
||||||
/** @type {import('dbgate-types').SqlDialect} */
|
/** @type {import('dbgate-types').SqlDialect} */
|
||||||
const dialect = {
|
const dialect = {
|
||||||
|
|||||||
Reference in New Issue
Block a user