Skip to content

Commit 028c484

Browse files
author
SPRINX0\prochazka
committed
firebird splitter options
1 parent 5643226 commit 028c484

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/options.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,9 @@ export const oracleSplitterOptions: SplitterOptions = {
129129
stringsEnds: { "'": "'", '"': '"' },
130130
stringEscapes: { "'": "'", '"': '"' },
131131
};
132+
133+
export const firebirdSplitterOptions: SplitterOptions = {
134+
...defaultSplitterOptions,
135+
136+
skipSeparatorBeginEnd: true,
137+
};

0 commit comments

Comments
 (0)