Replace all isSqlServer checks, buildPlaceholders, and hardcoded table names with the SqlDialect abstraction. The dialect now handles parameter placeholders, table name quoting, current timestamp functions, and pagination across all supported database types. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>