support range select for oracle <12

This commit is contained in:
SPRINX0\prochazka
2024-09-05 13:13:58 +02:00
parent f0f9be3051
commit 880b07a328
6 changed files with 18 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ const spatialTypes = ['GEOGRAPHY'];
const dialect = {
limitSelect: true,
rangeSelect: true,
topRecords: true,
offsetFetchRangeSyntax: true,
rowNumberOverPaging: true,
defaultSchemaName: 'dbo',