style: fix lint errors in dialect files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user