style: fix lint errors in dialect files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Misaka
2026-04-05 10:37:32 +08:00
parent 0ca17a1807
commit 13fb7bcf46
3 changed files with 5 additions and 1 deletions

View File

@@ -66,7 +66,8 @@ export class SqlServerDialect implements SqlDialect {
sql: string
nextParamIndex: number
} {
const { sql, limit, offset, paramIndex } = params
const { sql, offset, paramIndex } = params
void params.limit // used by caller to push param values
if (offset !== undefined) {
return {